Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<FeatureCategory> |
FeatureCategory.VALUES
A public read-only list of all the 'Feature Category' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static FeatureCategory |
FeatureCategory.get(int value)
Returns the 'Feature Category' literal with the specified integer value.
|
static FeatureCategory |
FeatureCategory.get(java.lang.String literal)
Returns the 'Feature Category' literal with the specified literal value.
|
static FeatureCategory |
FeatureCategory.getByName(java.lang.String name)
Returns the 'Feature Category' literal with the specified name.
|
FeatureCategory |
FeatureInstance.getCategory()
Returns the value of the 'Category' attribute.
|
static FeatureCategory |
FeatureCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureCategory[] |
FeatureCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureInstance.setCategory(FeatureCategory value)
Sets the value of the '
Category ' attribute. |
Modifier and Type | Method and Description |
---|---|
FeatureCategory |
InstanceFactoryImpl.createFeatureCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FeatureCategory |
FeatureInstanceImpl.getCategory() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureInstanceImpl.setCategory(FeatureCategory newCategory) |