|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraitTypesPackage
The Package for the model. It contains accessors for the meta objects to represent
Provisional API - subject to change
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 |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static TraitTypesPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
LIST_OF_VALUES
The meta object id for the ' List Of Values ' class |
static int |
LIST_OF_VALUES__ENTRIES
The feature id for the 'Entries' containment reference list |
static int |
LIST_OF_VALUES_FEATURE_COUNT
The number of structural features of the 'List Of Values' class |
static int |
SET_GENERATOR
The meta object id for the ' Set Generator ' class |
static int |
SET_GENERATOR__ALGORITHM
The feature id for the 'Algorithm' attribute |
static int |
SET_GENERATOR__EXPRESSION
The feature id for the 'Expression' attribute |
static int |
SET_GENERATOR_FEATURE_COUNT
The number of structural features of the 'Set Generator' class |
Method Summary | |
---|---|
EReference |
getListOfValues_Entries()
Returns the meta object for the containment reference list ' Entries ' |
EClass |
getListOfValues()
Returns the meta object for class ' List Of Values ' |
EAttribute |
getSetGenerator_Algorithm()
Returns the meta object for the attribute ' Algorithm ' |
EAttribute |
getSetGenerator_Expression()
Returns the meta object for the attribute ' Expression ' |
EClass |
getSetGenerator()
Returns the meta object for class ' Set Generator ' |
TraitTypesFactory |
getTraitTypesFactory()
Returns the factory that creates the instances of the model |
Field Detail |
---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TraitTypesPackage eINSTANCE
static final int LIST_OF_VALUES
List Of Values
' class.
ListOfValuesImpl
,
TraitTypesPackageImpl.getListOfValues()
,
Constant Field Valuesstatic final int LIST_OF_VALUES__ENTRIES
static final int LIST_OF_VALUES_FEATURE_COUNT
static final int SET_GENERATOR
Set Generator
' class.
SetGeneratorImpl
,
TraitTypesPackageImpl.getSetGenerator()
,
Constant Field Valuesstatic final int SET_GENERATOR__ALGORITHM
static final int SET_GENERATOR__EXPRESSION
static final int SET_GENERATOR_FEATURE_COUNT
Method Detail |
---|
EClass getListOfValues()
List Of Values
'.
ListOfValues
EReference getListOfValues_Entries()
Entries
'.
ListOfValues.getEntries()
,
getListOfValues()
EClass getSetGenerator()
Set Generator
'.
SetGenerator
EAttribute getSetGenerator_Algorithm()
Algorithm
'.
SetGenerator.getAlgorithm()
,
getSetGenerator()
EAttribute getSetGenerator_Expression()
Expression
'.
SetGenerator.getExpression()
,
getSetGenerator()
TraitTypesFactory getTraitTypesFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |