Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util | |
org.ocopomo.ccd.model.validation |
Modifier and Type | Method and Description |
---|---|
Literal |
CCDModelFactory.createLiteral()
Returns a new object of class 'Literal'
|
Literal |
AttributeInstance.getTargetEnumValue()
Returns the value of the 'Target Enum Value' reference
|
Literal |
AttributeElement.getTargetEnumValue()
Returns the value of the 'Target Enum Value' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Literal> |
Enum.getLiterals()
Returns the value of the 'Literals' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeInstance.setTargetEnumValue(Literal value)
Sets the value of the '
Target Enum Value ' reference |
void |
AttributeElement.setTargetEnumValue(Literal value)
Sets the value of the '
Target Enum Value ' reference |
Modifier and Type | Class and Description |
---|---|
class |
LiteralImpl
An implementation of the model object 'Literal'
|
Modifier and Type | Field and Description |
---|---|
protected Literal |
AttributeInstanceImpl.targetEnumValue
The cached value of the '
Target Enum Value ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Literal> |
EnumImpl.literals
The cached value of the '
Literals ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Literal |
AttributeInstanceImpl.basicGetTargetEnumValue() |
Literal |
CCDModelFactoryImpl.createLiteral() |
Literal |
AttributeInstanceImpl.getTargetEnumValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Literal> |
EnumImpl.getLiterals() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeInstanceImpl.setTargetEnumValue(Literal newTargetEnumValue) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseLiteral(Literal object)
Returns the result of interpreting the object as an instance of 'Literal'
|
boolean |
CCDModelValidator.validateLiteral(Literal literal,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeInstanceValidator.validateTargetEnumValue(Literal value) |
Modifier and Type | Method and Description |
---|---|
boolean |
EnumValidator.validateLiterals(org.eclipse.emf.common.util.EList<Literal> value) |