Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.valueconversion |
Modifier and Type | Field and Description |
---|---|
static java.util.List<AccessType> |
AccessType.VALUES
A public read-only list of all the 'Access Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.get(int value)
Returns the 'Access Type' literal with the specified integer value.
|
static AccessType |
AccessType.get(java.lang.String literal)
Returns the 'Access Type' literal with the specified literal value.
|
static AccessType |
AccessType.getByName(java.lang.String name)
Returns the 'Access Type' literal with the specified name.
|
AccessType |
AccessType.getInverseType() |
AccessType |
AccessSpecification.getKind()
Returns the value of the 'Kind' attribute.
|
AccessType |
Access.getKind()
Returns the value of the 'Kind' attribute.
|
static AccessType |
AccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessSpecification.setKind(AccessType value)
Sets the value of the '
Kind ' attribute. |
void |
Access.setKind(AccessType value)
Sets the value of the '
Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
AccessType |
Aadl2FactoryImpl.createAccessTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AccessType |
AccessSpecificationImpl.getKind() |
AccessType |
AccessImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
AccessSpecificationImpl.setKind(AccessType newKind) |
void |
AccessImpl.setKind(AccessType newKind) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateAccessType(AccessType accessType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.conversion.IValueConverter<AccessType> |
Aadl2ValueConverter.AccessDirection() |