|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureCategory | |
---|---|
edu.cmu.sei.aadl.aadl2.instance | |
edu.cmu.sei.aadl.aadl2.instance.impl |
Uses of FeatureCategory in edu.cmu.sei.aadl.aadl2.instance |
---|
Fields in edu.cmu.sei.aadl.aadl2.instance with type parameters of type FeatureCategory | |
---|---|
static java.util.List<FeatureCategory> |
FeatureCategory.VALUES
A public read-only list of all the 'Feature Category' enumerators |
Methods in edu.cmu.sei.aadl.aadl2.instance that return FeatureCategory | |
---|---|
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. |
Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type FeatureCategory | |
---|---|
void |
FeatureInstance.setCategory(FeatureCategory value)
Sets the value of the ' Category ' attribute |
Uses of FeatureCategory in edu.cmu.sei.aadl.aadl2.instance.impl |
---|
Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as FeatureCategory | |
---|---|
protected FeatureCategory |
FeatureInstanceImpl.category
The cached value of the ' Category ' attribute |
protected static FeatureCategory |
FeatureInstanceImpl.CATEGORY_EDEFAULT
The default value of the ' Category ' attribute |
Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return FeatureCategory | |
---|---|
FeatureCategory |
InstanceFactoryImpl.createFeatureCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
FeatureCategory |
FeatureInstanceImpl.getCategory()
|
Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type FeatureCategory | |
---|---|
void |
FeatureInstanceImpl.setCategory(FeatureCategory newCategory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |