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 |
---|---|
Enum |
CCDModelFactory.createEnum()
Returns a new object of class 'Enum'
|
Enum |
Attribute.getEnum()
Returns the value of the 'Enum' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Enum> |
CCD.getEnums()
Returns the value of the 'Enums' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.setEnum(Enum value)
Sets the value of the '
Enum ' reference |
Modifier and Type | Class and Description |
---|---|
class |
EnumImpl
An implementation of the model object 'Enum'
|
Modifier and Type | Field and Description |
---|---|
protected Enum |
AttributeImpl.enum_
The cached value of the '
Enum ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Enum> |
CCDImpl.enums
The cached value of the '
Enums ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Enum |
AttributeImpl.basicGetEnum() |
Enum |
CCDModelFactoryImpl.createEnum() |
Enum |
AttributeImpl.getEnum() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Enum> |
CCDImpl.getEnums() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeImpl.setEnum(Enum newEnum) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseEnum(Enum object)
Returns the result of interpreting the object as an instance of 'Enum'
|
boolean |
CCDModelValidator.validateEnum(Enum enum_,
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.validateEnum(Enum value) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDValidator.validateEnums(org.eclipse.emf.common.util.EList<Enum> value) |