org.eclipse.jst.jsf.common.metadata.traittypes.traittypes
Interface TraitTypesPackage
-
public interface TraitTypesPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
Provisional API - subject to change
-
See Also:
-
TraitTypesFactory
Nested Class Summary
|
static interface
|
TraitTypesPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
eNAME
static final java.lang.String eNAME
- The package name.
-
See Also:
-
Constant Field Values
eNS_URI
static final java.lang.String eNS_URI
- The package namespace URI.
-
See Also:
-
Constant Field Values
eNS_PREFIX
static final java.lang.String eNS_PREFIX
- The package namespace name.
-
See Also:
-
Constant Field Values
eINSTANCE
static final
TraitTypesPackage eINSTANCE
- The singleton instance of the package.
LIST_OF_VALUES
static final int LIST_OF_VALUES
- The meta object id for the '
List Of Values
' class.
-
See Also:
-
ListOfValuesImpl
,
TraitTypesPackageImpl.getListOfValues()
,
Constant Field Values
LIST_OF_VALUES__ENTRIES
static final int LIST_OF_VALUES__ENTRIES
- The feature id for the '
Entries
' containment reference list.
-
See Also:
-
Constant Field Values
LIST_OF_VALUES_FEATURE_COUNT
static final int LIST_OF_VALUES_FEATURE_COUNT
- The number of structural features of the 'List Of Values' class.
-
See Also:
-
Constant Field Values
SET_GENERATOR
static final int SET_GENERATOR
- The meta object id for the '
Set Generator
' class.
-
See Also:
-
SetGeneratorImpl
,
TraitTypesPackageImpl.getSetGenerator()
,
Constant Field Values
SET_GENERATOR__ALGORITHM
static final int SET_GENERATOR__ALGORITHM
- The feature id for the '
Algorithm
' attribute.
-
See Also:
-
Constant Field Values
SET_GENERATOR__EXPRESSION
static final int SET_GENERATOR__EXPRESSION
- The feature id for the '
Expression
' attribute.
-
See Also:
-
Constant Field Values
SET_GENERATOR_FEATURE_COUNT
static final int SET_GENERATOR_FEATURE_COUNT
- The number of structural features of the 'Set Generator' class.
-
See Also:
-
Constant Field Values
getListOfValues
EClass getListOfValues()
- Returns the meta object for class '
List Of Values
'.
-
-
Returns:
- the meta object for class 'List Of Values'.
-
See Also:
-
ListOfValues
getListOfValues_Entries
EReference getListOfValues_Entries()
- Returns the meta object for the containment reference list '
Entries
'.
-
-
Returns:
- the meta object for the containment reference list 'Entries'.
-
See Also:
-
ListOfValues.getEntries()
,
getListOfValues()
getSetGenerator
EClass getSetGenerator()
- Returns the meta object for class '
Set Generator
'.
-
-
Returns:
- the meta object for class 'Set Generator'.
-
See Also:
-
SetGenerator
getSetGenerator_Algorithm
EAttribute getSetGenerator_Algorithm()
- Returns the meta object for the attribute '
Algorithm
'.
-
-
Returns:
- the meta object for the attribute 'Algorithm'.
-
See Also:
-
SetGenerator.getAlgorithm()
,
getSetGenerator()
getSetGenerator_Expression
EAttribute getSetGenerator_Expression()
- Returns the meta object for the attribute '
Expression
'.
-
-
Returns:
- the meta object for the attribute 'Expression'.
-
See Also:
-
SetGenerator.getExpression()
,
getSetGenerator()
getTraitTypesFactory
TraitTypesFactory getTraitTypesFactory()
- Returns the factory that creates the instances of the model.
-
-
Returns:
- the factory that creates the instances of the model.