|
||||||||||
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 |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
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 | |
---|---|
org.eclipse.emf.ecore.EReference |
getListOfValues_Entries()
Returns the meta object for the containment reference list ' Entries ' |
org.eclipse.emf.ecore.EClass |
getListOfValues()
Returns the meta object for class ' List Of Values ' |
org.eclipse.emf.ecore.EAttribute |
getSetGenerator_Algorithm()
Returns the meta object for the attribute ' Algorithm ' |
org.eclipse.emf.ecore.EAttribute |
getSetGenerator_Expression()
Returns the meta object for the attribute ' Expression ' |
org.eclipse.emf.ecore.EClass |
getSetGenerator()
Returns the meta object for class ' Set Generator ' |
TraitTypesFactory |
getTraitTypesFactory()
Returns the factory that creates the instances of the model |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
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 |
---|
org.eclipse.emf.ecore.EClass getListOfValues()
List Of Values
'.
ListOfValues
org.eclipse.emf.ecore.EReference getListOfValues_Entries()
Entries
'.
ListOfValues.getEntries()
,
getListOfValues()
org.eclipse.emf.ecore.EClass getSetGenerator()
Set Generator
'.
SetGenerator
org.eclipse.emf.ecore.EAttribute getSetGenerator_Algorithm()
Algorithm
'.
SetGenerator.getAlgorithm()
,
getSetGenerator()
org.eclipse.emf.ecore.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 |