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<PortCategory> |
PortCategory.VALUES
A public read-only list of all the 'Port Category' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PortCategory |
PortCategory.get(int value)
Returns the 'Port Category' literal with the specified integer value.
|
static PortCategory |
PortCategory.get(java.lang.String literal)
Returns the 'Port Category' literal with the specified literal value.
|
static PortCategory |
PortCategory.getByName(java.lang.String name)
Returns the 'Port Category' literal with the specified name.
|
PortCategory |
Port.getCategory()
Returns the value of the 'Category' attribute.
|
PortCategory |
PortSpecification.getCategory()
Returns the value of the 'Category' attribute.
|
static PortCategory |
PortCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortCategory[] |
PortCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PortSpecification.setCategory(PortCategory value)
Sets the value of the '
Category ' attribute. |
Modifier and Type | Method and Description |
---|---|
PortCategory |
Aadl2FactoryImpl.createPortCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
PortCategory |
PortSpecificationImpl.getCategory() |
PortCategory |
PortImpl.getCategory() |
PortCategory |
EventPortImpl.getCategory() |
PortCategory |
EventDataPortImpl.getCategory() |
PortCategory |
DataPortImpl.getCategory() |
Modifier and Type | Method and Description |
---|---|
void |
PortSpecificationImpl.setCategory(PortCategory newCategory) |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validatePortCategory(PortCategory portCategory,
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<PortCategory> |
Aadl2ValueConverter.PortCategory() |