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<AccessCategory> |
AccessCategory.VALUES
A public read-only list of all the 'Access Category' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AccessCategory |
AccessCategory.get(int value)
Returns the 'Access Category' literal with the specified integer value.
|
static AccessCategory |
AccessCategory.get(java.lang.String literal)
Returns the 'Access Category' literal with the specified literal value.
|
AccessCategory |
AccessConnection.getAccessCategory()
Returns the value of the 'Access Category' attribute.
|
static AccessCategory |
AccessCategory.getByName(java.lang.String name)
Returns the 'Access Category' literal with the specified name.
|
AccessCategory |
AccessSpecification.getCategory()
Returns the value of the 'Category' attribute.
|
AccessCategory |
Access.getCategory()
Returns the value of the 'Category' attribute.
|
static AccessCategory |
AccessCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessCategory[] |
AccessCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessConnection.setAccessCategory(AccessCategory value)
Sets the value of the '
Access Category ' attribute. |
void |
AccessSpecification.setCategory(AccessCategory value)
Sets the value of the '
Category ' attribute. |
Modifier and Type | Method and Description |
---|---|
AccessCategory |
Aadl2FactoryImpl.createAccessCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AccessCategory |
AccessConnectionImpl.getAccessCategory() |
AccessCategory |
AccessSpecificationImpl.getCategory() |
AccessCategory |
AccessImpl.getCategory() |
Modifier and Type | Method and Description |
---|---|
void |
AccessConnectionImpl.setAccessCategory(AccessCategory newAccessCategory) |
void |
AccessSpecificationImpl.setCategory(AccessCategory newCategory) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateAccessCategory(AccessCategory accessCategory,
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<AccessCategory> |
Aadl2ValueConverter.AccessCategory() |