public interface AcscObjAdapterPackage
extends org.eclipse.emf.ecore.EPackage
AcscObjAdapterFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
AcscObjAdapterPackage.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 int |
ACSC_LINE
The meta object id for the '
Acsc Line' class. |
static int |
ACSC_LINE__BRANCH
The feature id for the 'Branch' reference.
|
static int |
ACSC_LINE__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_LINE__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_LINE__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_LINE__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_LINE__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_LINE_FEATURE_COUNT
The number of structural features of the 'Acsc Line' class.
|
static int |
ACSC_PS_XFORMER
The meta object id for the '
Acsc PS Xformer' class. |
static int |
ACSC_PS_XFORMER__BRANCH
The feature id for the 'Branch' reference.
|
static int |
ACSC_PS_XFORMER__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_PS_XFORMER__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_PS_XFORMER__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_PS_XFORMER__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_PS_XFORMER__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_PS_XFORMER_FEATURE_COUNT
The number of structural features of the 'Acsc PS Xformer' class.
|
static int |
ACSC_XFORMER
The meta object id for the '
Acsc Xformer' class. |
static int |
ACSC_XFORMER__BRANCH
The feature id for the 'Branch' reference.
|
static int |
ACSC_XFORMER__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_XFORMER__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_XFORMER__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_XFORMER__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_XFORMER__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_XFORMER_FEATURE_COUNT
The number of structural features of the 'Acsc Xformer' class.
|
static AcscObjAdapterPackage |
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.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
getAcscLine()
Returns the meta object for class '
Acsc Line'. |
AcscObjAdapterFactory |
getAcscObjAdapterFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getAcscPSXformer()
Returns the meta object for class '
Acsc PS Xformer'. |
org.eclipse.emf.ecore.EClass |
getAcscXformer()
Returns the meta object for class '
Acsc Xformer'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final AcscObjAdapterPackage eINSTANCE
static final int ACSC_LINE
Acsc Line' class.
static final int ACSC_LINE__ID
static final int ACSC_LINE__NAME
static final int ACSC_LINE__DESC
static final int ACSC_LINE__NUMBER
static final int ACSC_LINE__STATUS
static final int ACSC_LINE__BRANCH
static final int ACSC_LINE_FEATURE_COUNT
static final int ACSC_XFORMER
Acsc Xformer' class.
static final int ACSC_XFORMER__ID
static final int ACSC_XFORMER__NAME
static final int ACSC_XFORMER__DESC
static final int ACSC_XFORMER__NUMBER
static final int ACSC_XFORMER__STATUS
static final int ACSC_XFORMER__BRANCH
static final int ACSC_XFORMER_FEATURE_COUNT
static final int ACSC_PS_XFORMER
Acsc PS Xformer' class.
static final int ACSC_PS_XFORMER__ID
static final int ACSC_PS_XFORMER__NAME
static final int ACSC_PS_XFORMER__DESC
static final int ACSC_PS_XFORMER__NUMBER
static final int ACSC_PS_XFORMER__STATUS
static final int ACSC_PS_XFORMER__BRANCH
static final int ACSC_PS_XFORMER_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getAcscLine()
Acsc Line'.
AcscLineorg.eclipse.emf.ecore.EClass getAcscXformer()
Acsc Xformer'.
AcscXformerorg.eclipse.emf.ecore.EClass getAcscPSXformer()
Acsc PS Xformer'.
AcscPSXformerAcscObjAdapterFactory getAcscObjAdapterFactory()