Interface MembersPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
MembersPackageImpl
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
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Additional Field
' class.static final int
The feature id for the 'Initial Value' containment reference.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Additional Field' class.static final int
The meta object id for the 'Class Method
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Exceptions' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Parameters' containment reference list.static final int
The feature id for the 'Statement' containment reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Class Method' class.static final int
The meta object id for the 'Constructor
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Block' containment reference.static final int
The feature id for the 'Exceptions' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Parameters' containment reference list.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Constructor' class.static final MembersPackage
The singleton instance of the package.static final int
The meta object id for the 'Empty Member
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Empty Member' class.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Enum Constant
' class.static final int
The feature id for the 'Annotations' containment reference list.static final int
The feature id for the 'Anonymous Class' containment reference.static final int
The feature id for the 'Arguments' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Enum Constant' class.static final int
The meta object id for the 'Exception Thrower
' class.static final int
The feature id for the 'Exceptions' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Exception Thrower' class.static final int
The meta object id for the 'Field
' class.static final int
The feature id for the 'Additional Fields' containment reference list.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Initial Value' containment reference.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type Arguments' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Field' class.static final int
The meta object id for the 'Interface Method
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Default Value' containment reference.static final int
The feature id for the 'Exceptions' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Parameters' containment reference list.static final int
The feature id for the 'Statement' containment reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Interface Method' class.static final int
The meta object id for the 'Member
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The meta object id for the 'Member Container
' class.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The number of structural features of the 'Member Container' class.static final int
The number of structural features of the 'Member' class.static final int
The meta object id for the 'Method
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Exceptions' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Parameters' containment reference list.static final int
The feature id for the 'Statement' containment reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The feature id for the 'Type Reference' containment reference.static final int
The number of structural features of the 'Method' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Additional Field
'.Returns the meta object for class 'Class Method
'.Returns the meta object for class 'Constructor
'.Returns the meta object for class 'Empty Member
'.Returns the meta object for class 'Enum Constant
'.Returns the meta object for the containment reference 'Anonymous Class
'.Returns the meta object for class 'Exception Thrower
'.Returns the meta object for the containment reference list 'Exceptions
'.getField()
Returns the meta object for class 'Field
'.Returns the meta object for the containment reference list 'Additional Fields
'.Returns the meta object for class 'Interface Method
'.Returns the meta object for the containment reference 'Default Value
'.Returns the meta object for class 'Member
'.Returns the meta object for class 'Member Container
'.Returns the meta object for the containment reference list 'Default Members
'.Returns the meta object for the containment reference list 'Members
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Method
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
EXCEPTION_THROWER
static final int EXCEPTION_THROWERThe meta object id for the 'Exception Thrower
' class.- See Also:
- Generated class or method.
-
EXCEPTION_THROWER__LAYOUT_INFORMATIONS
static final int EXCEPTION_THROWER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
EXCEPTION_THROWER__EXCEPTIONS
static final int EXCEPTION_THROWER__EXCEPTIONSThe feature id for the 'Exceptions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
EXCEPTION_THROWER_FEATURE_COUNT
static final int EXCEPTION_THROWER_FEATURE_COUNTThe number of structural features of the 'Exception Thrower' class.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER
static final int MEMBERThe meta object id for the 'Member
' class.- See Also:
- Generated class or method.
-
MEMBER__LAYOUT_INFORMATIONS
static final int MEMBER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER__NAME
static final int MEMBER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER_FEATURE_COUNT
static final int MEMBER_FEATURE_COUNTThe number of structural features of the 'Member' class.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER_CONTAINER
static final int MEMBER_CONTAINERThe meta object id for the 'Member Container
' class.- See Also:
- Generated class or method.
-
MEMBER_CONTAINER__LAYOUT_INFORMATIONS
static final int MEMBER_CONTAINER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER_CONTAINER__MEMBERS
static final int MEMBER_CONTAINER__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER_CONTAINER__DEFAULT_MEMBERS
static final int MEMBER_CONTAINER__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
MEMBER_CONTAINER_FEATURE_COUNT
static final int MEMBER_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Member Container' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_FIELD
static final int ADDITIONAL_FIELDThe meta object id for the 'Additional Field
' class.- See Also:
- Generated class or method.
-
ADDITIONAL_FIELD__LAYOUT_INFORMATIONS
static final int ADDITIONAL_FIELD__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_FIELD__NAME
static final int ADDITIONAL_FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_FIELD__INITIAL_VALUE
static final int ADDITIONAL_FIELD__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_FIELD__TYPE_REFERENCE
static final int ADDITIONAL_FIELD__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_FIELD_FEATURE_COUNT
static final int ADDITIONAL_FIELD_FEATURE_COUNTThe number of structural features of the 'Additional Field' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR
static final int CONSTRUCTORThe meta object id for the 'Constructor
' class.- See Also:
- Generated class or method.
-
CONSTRUCTOR__LAYOUT_INFORMATIONS
static final int CONSTRUCTOR__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__NAME
static final int CONSTRUCTOR__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__PARAMETERS
static final int CONSTRUCTOR__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__TYPE_PARAMETERS
static final int CONSTRUCTOR__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__EXCEPTIONS
static final int CONSTRUCTOR__EXCEPTIONSThe feature id for the 'Exceptions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__ANNOTATIONS_AND_MODIFIERS
static final int CONSTRUCTOR__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR__BLOCK
static final int CONSTRUCTOR__BLOCKThe feature id for the 'Block' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONSTRUCTOR_FEATURE_COUNT
static final int CONSTRUCTOR_FEATURE_COUNTThe number of structural features of the 'Constructor' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EMPTY_MEMBER
static final int EMPTY_MEMBERThe meta object id for the 'Empty Member
' class.- See Also:
- Generated class or method.
-
EMPTY_MEMBER__LAYOUT_INFORMATIONS
static final int EMPTY_MEMBER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
EMPTY_MEMBER__NAME
static final int EMPTY_MEMBER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
EMPTY_MEMBER_FEATURE_COUNT
static final int EMPTY_MEMBER_FEATURE_COUNTThe number of structural features of the 'Empty Member' class.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD
static final int FIELDThe meta object id for the 'Field
' class.- See Also:
- Generated class or method.
-
FIELD__LAYOUT_INFORMATIONS
static final int FIELD__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__NAME
static final int FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__INITIAL_VALUE
static final int FIELD__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__TYPE_REFERENCE
static final int FIELD__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__TYPE_ARGUMENTS
static final int FIELD__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__ANNOTATIONS_AND_MODIFIERS
static final int FIELD__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD__ADDITIONAL_FIELDS
static final int FIELD__ADDITIONAL_FIELDSThe feature id for the 'Additional Fields' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
FIELD_FEATURE_COUNT
static final int FIELD_FEATURE_COUNTThe number of structural features of the 'Field' class.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD
static final int METHODThe meta object id for the 'Method
' class.- See Also:
- Generated class or method.
-
METHOD__LAYOUT_INFORMATIONS
static final int METHOD__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__NAME
static final int METHOD__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__TYPE_REFERENCE
static final int METHOD__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__TYPE_PARAMETERS
static final int METHOD__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__PARAMETERS
static final int METHOD__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__EXCEPTIONS
static final int METHOD__EXCEPTIONSThe feature id for the 'Exceptions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__ANNOTATIONS_AND_MODIFIERS
static final int METHOD__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD__STATEMENT
static final int METHOD__STATEMENTThe feature id for the 'Statement' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
METHOD_FEATURE_COUNT
static final int METHOD_FEATURE_COUNTThe number of structural features of the 'Method' class.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD
static final int INTERFACE_METHODThe meta object id for the 'Interface Method
' class.- See Also:
- Generated class or method.
-
INTERFACE_METHOD__LAYOUT_INFORMATIONS
static final int INTERFACE_METHOD__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__NAME
static final int INTERFACE_METHOD__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__TYPE_REFERENCE
static final int INTERFACE_METHOD__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__TYPE_PARAMETERS
static final int INTERFACE_METHOD__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__PARAMETERS
static final int INTERFACE_METHOD__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__EXCEPTIONS
static final int INTERFACE_METHOD__EXCEPTIONSThe feature id for the 'Exceptions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__ANNOTATIONS_AND_MODIFIERS
static final int INTERFACE_METHOD__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__STATEMENT
static final int INTERFACE_METHOD__STATEMENTThe feature id for the 'Statement' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD__DEFAULT_VALUE
static final int INTERFACE_METHOD__DEFAULT_VALUEThe feature id for the 'Default Value' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_METHOD_FEATURE_COUNT
static final int INTERFACE_METHOD_FEATURE_COUNTThe number of structural features of the 'Interface Method' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD
static final int CLASS_METHODThe meta object id for the 'Class Method
' class.- See Also:
- Generated class or method.
-
CLASS_METHOD__LAYOUT_INFORMATIONS
static final int CLASS_METHOD__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__NAME
static final int CLASS_METHOD__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__TYPE_REFERENCE
static final int CLASS_METHOD__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__TYPE_PARAMETERS
static final int CLASS_METHOD__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__PARAMETERS
static final int CLASS_METHOD__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__EXCEPTIONS
static final int CLASS_METHOD__EXCEPTIONSThe feature id for the 'Exceptions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__ANNOTATIONS_AND_MODIFIERS
static final int CLASS_METHOD__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD__STATEMENT
static final int CLASS_METHOD__STATEMENTThe feature id for the 'Statement' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_METHOD_FEATURE_COUNT
static final int CLASS_METHOD_FEATURE_COUNTThe number of structural features of the 'Class Method' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT
static final int ENUM_CONSTANTThe meta object id for the 'Enum Constant
' class.- See Also:
- Generated class or method.
-
ENUM_CONSTANT__LAYOUT_INFORMATIONS
static final int ENUM_CONSTANT__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT__NAME
static final int ENUM_CONSTANT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT__ARGUMENTS
static final int ENUM_CONSTANT__ARGUMENTSThe feature id for the 'Arguments' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT__ANNOTATIONS
static final int ENUM_CONSTANT__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT__ANONYMOUS_CLASS
static final int ENUM_CONSTANT__ANONYMOUS_CLASSThe feature id for the 'Anonymous Class' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUM_CONSTANT_FEATURE_COUNT
static final int ENUM_CONSTANT_FEATURE_COUNTThe number of structural features of the 'Enum Constant' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getExceptionThrower
EClass getExceptionThrower()Returns the meta object for class 'Exception Thrower
'.- Returns:
- the meta object for class 'Exception Thrower'.
- See Also:
- Generated class or method.
-
getExceptionThrower_Exceptions
EReference getExceptionThrower_Exceptions()Returns the meta object for the containment reference list 'Exceptions
'.- Returns:
- the meta object for the containment reference list 'Exceptions'.
- See Also:
- Generated class or method.
-
getMember
EClass getMember()Returns the meta object for class 'Member
'.- Returns:
- the meta object for class 'Member'.
- See Also:
- Generated class or method.
-
getMemberContainer
EClass getMemberContainer()Returns the meta object for class 'Member Container
'.- Returns:
- the meta object for class 'Member Container'.
- See Also:
- Generated class or method.
-
getMemberContainer_Members
EReference getMemberContainer_Members()Returns the meta object for the containment reference list 'Members
'.- Returns:
- the meta object for the containment reference list 'Members'.
- See Also:
- Generated class or method.
-
getMemberContainer_DefaultMembers
EReference getMemberContainer_DefaultMembers()Returns the meta object for the containment reference list 'Default Members
'.- Returns:
- the meta object for the containment reference list 'Default Members'.
- See Also:
- Generated class or method.
-
getAdditionalField
EClass getAdditionalField()Returns the meta object for class 'Additional Field
'.- Returns:
- the meta object for class 'Additional Field'.
- See Also:
- Generated class or method.
-
getConstructor
EClass getConstructor()Returns the meta object for class 'Constructor
'.- Returns:
- the meta object for class 'Constructor'.
- See Also:
- Generated class or method.
-
getEmptyMember
EClass getEmptyMember()Returns the meta object for class 'Empty Member
'.- Returns:
- the meta object for class 'Empty Member'.
- See Also:
- Generated class or method.
-
getField
EClass getField()Returns the meta object for class 'Field
'.- Returns:
- the meta object for class 'Field'.
- See Also:
- Generated class or method.
-
getField_AdditionalFields
EReference getField_AdditionalFields()Returns the meta object for the containment reference list 'Additional Fields
'.- Returns:
- the meta object for the containment reference list 'Additional Fields'.
- See Also:
- Generated class or method.
-
getMethod
EClass getMethod()Returns the meta object for class 'Method
'.- Returns:
- the meta object for class 'Method'.
- See Also:
- Generated class or method.
-
getInterfaceMethod
EClass getInterfaceMethod()Returns the meta object for class 'Interface Method
'.- Returns:
- the meta object for class 'Interface Method'.
- See Also:
- Generated class or method.
-
getInterfaceMethod_DefaultValue
EReference getInterfaceMethod_DefaultValue()Returns the meta object for the containment reference 'Default Value
'.- Returns:
- the meta object for the containment reference 'Default Value'.
- See Also:
- Generated class or method.
-
getClassMethod
EClass getClassMethod()Returns the meta object for class 'Class Method
'.- Returns:
- the meta object for class 'Class Method'.
- See Also:
- Generated class or method.
-
getEnumConstant
EClass getEnumConstant()Returns the meta object for class 'Enum Constant
'.- Returns:
- the meta object for class 'Enum Constant'.
- See Also:
- Generated class or method.
-
getEnumConstant_AnonymousClass
EReference getEnumConstant_AnonymousClass()Returns the meta object for the containment reference 'Anonymous Class
'.- Returns:
- the meta object for the containment reference 'Anonymous Class'.
- See Also:
- Generated class or method.
-
getMembersFactory
MembersFactory getMembersFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-