public interface RefPackage
extends org.eclipse.emf.ecore.EPackage
RefFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
RefPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static RefPackage |
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 |
GEN_REF
The meta object id for the '
Gen Ref ' class. |
static int |
GEN_REF__DESC
The feature id for the 'Desc' attribute.
|
static int |
GEN_REF__GEN
The feature id for the 'Gen' reference.
|
static int |
GEN_REF__ID
The feature id for the 'Id' attribute.
|
static int |
GEN_REF__NAME
The feature id for the 'Name' attribute.
|
static int |
GEN_REF__NUMBER
The feature id for the 'Number' attribute.
|
static int |
GEN_REF__STATUS
The feature id for the 'Status' attribute.
|
static int |
GEN_REF__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
GEN_REF_FEATURE_COUNT
The number of structural features of the 'Gen Ref' class.
|
static int |
LOAD_REF
The meta object id for the '
Load Ref ' class. |
static int |
LOAD_REF__DESC
The feature id for the 'Desc' attribute.
|
static int |
LOAD_REF__ID
The feature id for the 'Id' attribute.
|
static int |
LOAD_REF__LOAD
The feature id for the 'Load' reference.
|
static int |
LOAD_REF__NAME
The feature id for the 'Name' attribute.
|
static int |
LOAD_REF__NUMBER
The feature id for the 'Number' attribute.
|
static int |
LOAD_REF__STATUS
The feature id for the 'Status' attribute.
|
static int |
LOAD_REF__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
LOAD_REF_FEATURE_COUNT
The number of structural features of the 'Load Ref' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getGenRef_Gen()
Returns the meta object for the reference '
Gen '. |
org.eclipse.emf.ecore.EClass |
getGenRef()
Returns the meta object for class '
Gen Ref '. |
org.eclipse.emf.ecore.EReference |
getLoadRef_Load()
Returns the meta object for the reference '
Load '. |
org.eclipse.emf.ecore.EClass |
getLoadRef()
Returns the meta object for class '
Load Ref '. |
RefFactory |
getRefFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final RefPackage eINSTANCE
static final int GEN_REF
Gen Ref
' class.
static final int GEN_REF__ID
static final int GEN_REF__NAME
static final int GEN_REF__DESC
static final int GEN_REF__NUMBER
static final int GEN_REF__STATUS
static final int GEN_REF__STATUS_CHANGE_INFO
static final int GEN_REF__GEN
static final int GEN_REF_FEATURE_COUNT
static final int LOAD_REF
Load Ref
' class.
static final int LOAD_REF__ID
static final int LOAD_REF__NAME
static final int LOAD_REF__DESC
static final int LOAD_REF__NUMBER
static final int LOAD_REF__STATUS
static final int LOAD_REF__STATUS_CHANGE_INFO
static final int LOAD_REF__LOAD
static final int LOAD_REF_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getGenRef()
Gen Ref
'.
GenRef
org.eclipse.emf.ecore.EReference getGenRef_Gen()
Gen
'.
GenRef.getGen()
,
getGenRef()
org.eclipse.emf.ecore.EClass getLoadRef()
Load Ref
'.
LoadRef
org.eclipse.emf.ecore.EReference getLoadRef_Load()
Load
'.
LoadRef.getLoad()
,
getLoadRef()
RefFactory getRefFactory()