Interface ClassifiersPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ClassifiersPackageImpl
public interface ClassifiersPackage extends EPackage
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:
ClassifiersFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ClassifiersPackage.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
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATION
The meta object id for the 'Annotation
' class.static int
ANNOTATION__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
ANNOTATION__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
ANNOTATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
ANNOTATION__MEMBERS
The feature id for the 'Members' containment reference list.static int
ANNOTATION__NAME
The feature id for the 'Name' attribute.static int
ANNOTATION__PACKAGE
The feature id for the 'Package' reference.static int
ANNOTATION__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.static int
ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class.static int
ANONYMOUS_CLASS
The meta object id for the 'Anonymous Class
' class.static int
ANONYMOUS_CLASS__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
ANONYMOUS_CLASS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
ANONYMOUS_CLASS__MEMBERS
The feature id for the 'Members' containment reference list.static int
ANONYMOUS_CLASS_FEATURE_COUNT
The number of structural features of the 'Anonymous Class' class.static int
CLASS
The meta object id for the 'Class
' class.static int
CLASS__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
CLASS__DEFAULT_EXTENDS
The feature id for the 'Default Extends' containment reference.static int
CLASS__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
CLASS__EXTENDS
The feature id for the 'Extends' containment reference.static int
CLASS__IMPLEMENTS
The feature id for the 'Implements' containment reference list.static int
CLASS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
CLASS__MEMBERS
The feature id for the 'Members' containment reference list.static int
CLASS__NAME
The feature id for the 'Name' attribute.static int
CLASS__PACKAGE
The feature id for the 'Package' reference.static int
CLASS__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.static int
CLASS_FEATURE_COUNT
The number of structural features of the 'Class' class.static int
CLASSIFIER
The meta object id for the 'Classifier
' class.static int
CLASSIFIER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
CLASSIFIER__NAME
The feature id for the 'Name' attribute.static int
CLASSIFIER_FEATURE_COUNT
The number of structural features of the 'Classifier' class.static int
CONCRETE_CLASSIFIER
The meta object id for the 'Concrete Classifier
' class.static int
CONCRETE_CLASSIFIER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
CONCRETE_CLASSIFIER__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
CONCRETE_CLASSIFIER__MEMBERS
The feature id for the 'Members' containment reference list.static int
CONCRETE_CLASSIFIER__NAME
The feature id for the 'Name' attribute.static int
CONCRETE_CLASSIFIER__PACKAGE
The feature id for the 'Package' reference.static int
CONCRETE_CLASSIFIER__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.static int
CONCRETE_CLASSIFIER_FEATURE_COUNT
The number of structural features of the 'Concrete Classifier' class.static ClassifiersPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
ENUMERATION
The meta object id for the 'Enumeration
' class.static int
ENUMERATION__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
ENUMERATION__CONSTANTS
The feature id for the 'Constants' containment reference list.static int
ENUMERATION__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
ENUMERATION__IMPLEMENTS
The feature id for the 'Implements' containment reference list.static int
ENUMERATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
ENUMERATION__MEMBERS
The feature id for the 'Members' containment reference list.static int
ENUMERATION__NAME
The feature id for the 'Name' attribute.static int
ENUMERATION__PACKAGE
The feature id for the 'Package' reference.static int
ENUMERATION__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.static int
ENUMERATION_FEATURE_COUNT
The number of structural features of the 'Enumeration' class.static int
IMPLEMENTOR
The meta object id for the 'Implementor
' class.static int
IMPLEMENTOR__IMPLEMENTS
The feature id for the 'Implements' containment reference list.static int
IMPLEMENTOR__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
IMPLEMENTOR_FEATURE_COUNT
The number of structural features of the 'Implementor' class.static int
INTERFACE
The meta object id for the 'Interface
' class.static int
INTERFACE__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.static int
INTERFACE__DEFAULT_EXTENDS
The feature id for the 'Default Extends' containment reference list.static int
INTERFACE__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.static int
INTERFACE__EXTENDS
The feature id for the 'Extends' containment reference list.static int
INTERFACE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.static int
INTERFACE__MEMBERS
The feature id for the 'Members' containment reference list.static int
INTERFACE__NAME
The feature id for the 'Name' attribute.static int
INTERFACE__PACKAGE
The feature id for the 'Package' reference.static int
INTERFACE__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.static int
INTERFACE_FEATURE_COUNT
The number of structural features of the 'Interface' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getAnnotation()
Returns the meta object for class 'Annotation
'.EClass
getAnonymousClass()
Returns the meta object for class 'Anonymous Class
'.EClass
getClass_()
Returns the meta object for class 'Class
'.EReference
getClass_DefaultExtends()
Returns the meta object for the containment reference 'Default Extends
'.EReference
getClass_Extends()
Returns the meta object for the containment reference 'Extends
'.EClass
getClassifier()
Returns the meta object for class 'Classifier
'.ClassifiersFactory
getClassifiersFactory()
Returns the factory that creates the instances of the model.EClass
getConcreteClassifier()
Returns the meta object for class 'Concrete Classifier
'.EReference
getConcreteClassifier_Package()
Returns the meta object for the reference 'Package
'.EClass
getEnumeration()
Returns the meta object for class 'Enumeration
'.EReference
getEnumeration_Constants()
Returns the meta object for the containment reference list 'Constants
'.EClass
getImplementor()
Returns the meta object for class 'Implementor
'.EReference
getImplementor_Implements()
Returns the meta object for the containment reference list 'Implements
'.EClass
getInterface()
Returns the meta object for class 'Interface
'.EReference
getInterface_DefaultExtends()
Returns the meta object for the containment reference list 'Default Extends
'.EReference
getInterface_Extends()
Returns the meta object for the containment reference list 'Extends
'.-
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 Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final ClassifiersPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CLASSIFIER
static final int CLASSIFIER
The meta object id for the 'Classifier
' class.- See Also:
ClassifierImpl
,ClassifiersPackageImpl.getClassifier()
, Constant Field Values- Generated class or method.
-
CLASSIFIER__LAYOUT_INFORMATIONS
static final int CLASSIFIER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER__NAME
static final int CLASSIFIER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_FEATURE_COUNT
static final int CLASSIFIER_FEATURE_COUNT
The number of structural features of the 'Classifier' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER
static final int CONCRETE_CLASSIFIER
The meta object id for the 'Concrete Classifier
' class.- See Also:
ConcreteClassifierImpl
,ClassifiersPackageImpl.getConcreteClassifier()
, Constant Field Values- Generated class or method.
-
CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS
static final int CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__NAME
static final int CONCRETE_CLASSIFIER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__TYPE_PARAMETERS
static final int CONCRETE_CLASSIFIER__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__MEMBERS
static final int CONCRETE_CLASSIFIER__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__DEFAULT_MEMBERS
static final int CONCRETE_CLASSIFIER__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__ANNOTATIONS_AND_MODIFIERS
static final int CONCRETE_CLASSIFIER__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__PACKAGE
static final int CONCRETE_CLASSIFIER__PACKAGE
The feature id for the 'Package' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER_FEATURE_COUNT
static final int CONCRETE_CLASSIFIER_FEATURE_COUNT
The number of structural features of the 'Concrete Classifier' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR
static final int IMPLEMENTOR
The meta object id for the 'Implementor
' class.- See Also:
ImplementorImpl
,ClassifiersPackageImpl.getImplementor()
, Constant Field Values- Generated class or method.
-
IMPLEMENTOR__LAYOUT_INFORMATIONS
static final int IMPLEMENTOR__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR__IMPLEMENTS
static final int IMPLEMENTOR__IMPLEMENTS
The feature id for the 'Implements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR_FEATURE_COUNT
static final int IMPLEMENTOR_FEATURE_COUNT
The number of structural features of the 'Implementor' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS
static final int CLASS
The meta object id for the 'Class
' class.- See Also:
ClassImpl
,ClassifiersPackageImpl.getClass_()
, Constant Field Values- Generated class or method.
-
CLASS__LAYOUT_INFORMATIONS
static final int CLASS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__NAME
static final int CLASS__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__TYPE_PARAMETERS
static final int CLASS__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__MEMBERS
static final int CLASS__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__DEFAULT_MEMBERS
static final int CLASS__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__ANNOTATIONS_AND_MODIFIERS
static final int CLASS__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__PACKAGE
static final int CLASS__PACKAGE
The feature id for the 'Package' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__IMPLEMENTS
static final int CLASS__IMPLEMENTS
The feature id for the 'Implements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__EXTENDS
static final int CLASS__EXTENDS
The feature id for the 'Extends' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS__DEFAULT_EXTENDS
static final int CLASS__DEFAULT_EXTENDS
The feature id for the 'Default Extends' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CLASS_FEATURE_COUNT
static final int CLASS_FEATURE_COUNT
The number of structural features of the 'Class' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE
static final int INTERFACE
The meta object id for the 'Interface
' class.- See Also:
InterfaceImpl
,ClassifiersPackageImpl.getInterface()
, Constant Field Values- Generated class or method.
-
INTERFACE__LAYOUT_INFORMATIONS
static final int INTERFACE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__NAME
static final int INTERFACE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__TYPE_PARAMETERS
static final int INTERFACE__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__MEMBERS
static final int INTERFACE__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__DEFAULT_MEMBERS
static final int INTERFACE__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__ANNOTATIONS_AND_MODIFIERS
static final int INTERFACE__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__PACKAGE
static final int INTERFACE__PACKAGE
The feature id for the 'Package' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__EXTENDS
static final int INTERFACE__EXTENDS
The feature id for the 'Extends' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE__DEFAULT_EXTENDS
static final int INTERFACE__DEFAULT_EXTENDS
The feature id for the 'Default Extends' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INTERFACE_FEATURE_COUNT
static final int INTERFACE_FEATURE_COUNT
The number of structural features of the 'Interface' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION
static final int ENUMERATION
The meta object id for the 'Enumeration
' class.- See Also:
EnumerationImpl
,ClassifiersPackageImpl.getEnumeration()
, Constant Field Values- Generated class or method.
-
ENUMERATION__LAYOUT_INFORMATIONS
static final int ENUMERATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__NAME
static final int ENUMERATION__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__TYPE_PARAMETERS
static final int ENUMERATION__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__MEMBERS
static final int ENUMERATION__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__DEFAULT_MEMBERS
static final int ENUMERATION__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__ANNOTATIONS_AND_MODIFIERS
static final int ENUMERATION__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__PACKAGE
static final int ENUMERATION__PACKAGE
The feature id for the 'Package' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__IMPLEMENTS
static final int ENUMERATION__IMPLEMENTS
The feature id for the 'Implements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION__CONSTANTS
static final int ENUMERATION__CONSTANTS
The feature id for the 'Constants' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENUMERATION_FEATURE_COUNT
static final int ENUMERATION_FEATURE_COUNT
The number of structural features of the 'Enumeration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION
static final int ANNOTATION
The meta object id for the 'Annotation
' class.- See Also:
AnnotationImpl
,ClassifiersPackageImpl.getAnnotation()
, Constant Field Values- Generated class or method.
-
ANNOTATION__LAYOUT_INFORMATIONS
static final int ANNOTATION__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__NAME
static final int ANNOTATION__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__TYPE_PARAMETERS
static final int ANNOTATION__TYPE_PARAMETERS
The feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__MEMBERS
static final int ANNOTATION__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__DEFAULT_MEMBERS
static final int ANNOTATION__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__ANNOTATIONS_AND_MODIFIERS
static final int ANNOTATION__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION__PACKAGE
static final int ANNOTATION__PACKAGE
The feature id for the 'Package' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANNOTATION_FEATURE_COUNT
static final int ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS
static final int ANONYMOUS_CLASS
The meta object id for the 'Anonymous Class
' class.- See Also:
AnonymousClassImpl
,ClassifiersPackageImpl.getAnonymousClass()
, Constant Field Values- Generated class or method.
-
ANONYMOUS_CLASS__LAYOUT_INFORMATIONS
static final int ANONYMOUS_CLASS__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS__MEMBERS
static final int ANONYMOUS_CLASS__MEMBERS
The feature id for the 'Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS__DEFAULT_MEMBERS
static final int ANONYMOUS_CLASS__DEFAULT_MEMBERS
The feature id for the 'Default Members' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS_FEATURE_COUNT
static final int ANONYMOUS_CLASS_FEATURE_COUNT
The number of structural features of the 'Anonymous Class' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getClassifier
EClass getClassifier()
Returns the meta object for class 'Classifier
'.- Returns:
- the meta object for class 'Classifier'.
- See Also:
Classifier
- Generated class or method.
-
getConcreteClassifier
EClass getConcreteClassifier()
Returns the meta object for class 'Concrete Classifier
'.- Returns:
- the meta object for class 'Concrete Classifier'.
- See Also:
ConcreteClassifier
- Generated class or method.
-
getConcreteClassifier_Package
EReference getConcreteClassifier_Package()
Returns the meta object for the reference 'Package
'.- Returns:
- the meta object for the reference 'Package'.
- See Also:
ConcreteClassifier.getPackage()
,getConcreteClassifier()
- Generated class or method.
-
getImplementor
EClass getImplementor()
Returns the meta object for class 'Implementor
'.- Returns:
- the meta object for class 'Implementor'.
- See Also:
Implementor
- Generated class or method.
-
getImplementor_Implements
EReference getImplementor_Implements()
Returns the meta object for the containment reference list 'Implements
'.- Returns:
- the meta object for the containment reference list 'Implements'.
- See Also:
Implementor.getImplements()
,getImplementor()
- Generated class or method.
-
getClass_
EClass getClass_()
Returns the meta object for class 'Class
'.- Returns:
- the meta object for class 'Class'.
- See Also:
Class
- Generated class or method.
-
getClass_Extends
EReference getClass_Extends()
Returns the meta object for the containment reference 'Extends
'.- Returns:
- the meta object for the containment reference 'Extends'.
- See Also:
Class.getExtends()
,getClass_()
- Generated class or method.
-
getClass_DefaultExtends
EReference getClass_DefaultExtends()
Returns the meta object for the containment reference 'Default Extends
'.- Returns:
- the meta object for the containment reference 'Default Extends'.
- See Also:
Class.getDefaultExtends()
,getClass_()
- Generated class or method.
-
getInterface
EClass getInterface()
Returns the meta object for class 'Interface
'.- Returns:
- the meta object for class 'Interface'.
- See Also:
Interface
- Generated class or method.
-
getInterface_Extends
EReference getInterface_Extends()
Returns the meta object for the containment reference list 'Extends
'.- Returns:
- the meta object for the containment reference list 'Extends'.
- See Also:
Interface.getExtends()
,getInterface()
- Generated class or method.
-
getInterface_DefaultExtends
EReference getInterface_DefaultExtends()
Returns the meta object for the containment reference list 'Default Extends
'.- Returns:
- the meta object for the containment reference list 'Default Extends'.
- See Also:
Interface.getDefaultExtends()
,getInterface()
- Generated class or method.
-
getEnumeration
EClass getEnumeration()
Returns the meta object for class 'Enumeration
'.- Returns:
- the meta object for class 'Enumeration'.
- See Also:
Enumeration
- Generated class or method.
-
getEnumeration_Constants
EReference getEnumeration_Constants()
Returns the meta object for the containment reference list 'Constants
'.- Returns:
- the meta object for the containment reference list 'Constants'.
- See Also:
Enumeration.getConstants()
,getEnumeration()
- Generated class or method.
-
getAnnotation
EClass getAnnotation()
Returns the meta object for class 'Annotation
'.- Returns:
- the meta object for class 'Annotation'.
- See Also:
Annotation
- Generated class or method.
-
getAnonymousClass
EClass getAnonymousClass()
Returns the meta object for class 'Anonymous Class
'.- Returns:
- the meta object for class 'Anonymous Class'.
- See Also:
AnonymousClass
- Generated class or method.
-
getClassifiersFactory
ClassifiersFactory getClassifiersFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-