Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util | |
org.ocopomo.ccd.model.validation |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ValueType> |
ValueType.VALUES
A public read-only list of all the 'Value Type' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ValueType |
ValueType.get(int value)
Returns the 'Value Type' literal with the specified integer value
|
static ValueType |
ValueType.get(java.lang.String literal)
Returns the 'Value Type' literal with the specified literal value
|
static ValueType |
ValueType.getByName(java.lang.String name)
Returns the 'Value Type' literal with the specified name
|
ValueType |
Attribute.getTargetValueType()
Returns the value of the 'Target Value Type' attribute.
|
static ValueType |
ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.setTargetValueType(ValueType value)
Sets the value of the '
Target Value Type ' attribute |
Modifier and Type | Field and Description |
---|---|
protected static ValueType |
AttributeImpl.TARGET_VALUE_TYPE_EDEFAULT
The default value of the '
Target Value Type ' attribute |
protected ValueType |
AttributeImpl.targetValueType
The cached value of the '
Target Value Type ' attribute |
Modifier and Type | Method and Description |
---|---|
ValueType |
CCDModelFactoryImpl.createValueTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ValueType |
AttributeImpl.getTargetValueType() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeImpl.setTargetValueType(ValueType newTargetValueType) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelValidator.validateValueType(ValueType valueType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeValidator.validateTargetValueType(ValueType value) |