Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ElementNameKind> |
ElementNameKind.VALUES
A public read-only list of all the 'Element Name Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ElementNameKind |
ElementNameKind.get(int value)
Returns the 'Element Name Kind' literal with the specified integer value.
|
static ElementNameKind |
ElementNameKind.get(java.lang.String literal)
Returns the 'Element Name Kind' literal with the specified literal value.
|
static ElementNameKind |
ElementNameKind.getByName(java.lang.String name)
Returns the 'Element Name Kind' literal with the specified name.
|
ElementNameKind |
ElementName.getKind()
Returns the value of the 'Kind' attribute.
|
static ElementNameKind |
ElementNameKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElementNameKind[] |
ElementNameKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementName.setKind(ElementNameKind value)
Sets the value of the '
Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
ElementNameKind |
Aadl2FactoryImpl.createElementNameKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ElementNameKind |
ElementNameImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
ElementNameImpl.setKind(ElementNameKind newKind) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateElementNameKind(ElementNameKind elementNameKind,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |