|
||||||||||
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 int |
BOOLEAN_VALUE
The meta object id for the ' Boolean Value ' class |
static int |
BOOLEAN_VALUE__TRUE
The feature id for the 'True' attribute |
static int |
BOOLEAN_VALUE_FEATURE_COUNT
The number of structural features of the 'Boolean Value' class |
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 |
static int |
STRING_VALUE
The meta object id for the ' String Value ' class |
static int |
STRING_VALUE__VALUE
The feature id for the 'Value' attribute |
static int |
STRING_VALUE_FEATURE_COUNT
The number of structural features of the 'String Value' class |
Method Summary | |
---|---|
EAttribute |
getBooleanValue_True()
Returns the meta object for the attribute ' True ' |
EClass |
getBooleanValue()
Returns the meta object for class ' Boolean Value ' |
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 ' |
EAttribute |
getStringValue_Value()
Returns the meta object for the attribute ' Value ' |
EClass |
getStringValue()
Returns the meta object for class ' String Value ' |
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
static final int STRING_VALUE
String Value
' class.
StringValueImpl
,
TraitTypesPackageImpl.getStringValue()
,
Constant Field Valuesstatic final int STRING_VALUE__VALUE
static final int STRING_VALUE_FEATURE_COUNT
static final int BOOLEAN_VALUE
Boolean Value
' class.
BooleanValueImpl
,
TraitTypesPackageImpl.getBooleanValue()
,
Constant Field Valuesstatic final int BOOLEAN_VALUE__TRUE
static final int BOOLEAN_VALUE_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()
EClass getStringValue()
String Value
'.
StringValue
EAttribute getStringValue_Value()
Value
'.
StringValue.getValue()
,
getStringValue()
EClass getBooleanValue()
Boolean Value
'.
BooleanValue
EAttribute getBooleanValue_True()
True
'.
BooleanValue.isTrue()
,
getBooleanValue()
TraitTypesFactory getTraitTypesFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |