Package | Description |
---|---|
org.eclipse.emf.ecp.view.spi.model | |
org.eclipse.emf.ecp.view.spi.model.impl | |
org.eclipse.emf.ecp.view.spi.model.util |
Modifier and Type | Field and Description |
---|---|
static List<DateTimeDisplayType> |
DateTimeDisplayType.VALUES
A public read-only list of all the 'Date Time Display Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DateTimeDisplayType |
DateTimeDisplayType.get(int value)
Returns the 'Date Time Display Type' literal with the specified integer value.
|
static DateTimeDisplayType |
DateTimeDisplayType.get(String literal)
Returns the 'Date Time Display Type' literal with the specified literal value.
|
static DateTimeDisplayType |
DateTimeDisplayType.getByName(String name)
Returns the 'Date Time Display Type' literal with the specified name.
|
DateTimeDisplayType |
VDateTimeDisplayAttachment.getDisplayType()
Returns the value of the 'Display Type' attribute.
|
static DateTimeDisplayType |
DateTimeDisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeDisplayType[] |
DateTimeDisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VDateTimeDisplayAttachment.setDisplayType(DateTimeDisplayType value)
Sets the value of the '
Display Type ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static DateTimeDisplayType |
VDateTimeDisplayAttachmentImpl.DISPLAY_TYPE_EDEFAULT
The default value of the '
Display Type ' attribute. |
protected DateTimeDisplayType |
VDateTimeDisplayAttachmentImpl.displayType
The cached value of the '
Display Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
DateTimeDisplayType |
VViewFactoryImpl.createDateTimeDisplayTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
DateTimeDisplayType |
VDateTimeDisplayAttachmentImpl.getDisplayType() |
Modifier and Type | Method and Description |
---|---|
void |
VDateTimeDisplayAttachmentImpl.setDisplayType(DateTimeDisplayType newDisplayType) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewValidator.validateDateTimeDisplayType(DateTimeDisplayType dateTimeDisplayType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017. All rights reserved.