public interface NetRegulationPackage
extends org.eclipse.emf.ecore.EPackage
NetRegulationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
NetRegulationPackage.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 NetRegulationPackage |
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 |
IREGULATION_DEVICE
The meta object id for the '
IRegulation Device ' class. |
static int |
IREGULATION_DEVICE_FEATURE_COUNT
The number of structural features of the 'IRegulation Device' class.
|
static int |
REG_DEVICE_CONTAINER
The meta object id for the '
Reg Device Container ' class. |
static int |
REG_DEVICE_CONTAINER__DESC
The feature id for the 'Desc' attribute.
|
static int |
REG_DEVICE_CONTAINER__ID
The feature id for the 'Id' attribute.
|
static int |
REG_DEVICE_CONTAINER__NAME
The feature id for the 'Name' attribute.
|
static int |
REG_DEVICE_CONTAINER__NUMBER
The feature id for the 'Number' attribute.
|
static int |
REG_DEVICE_CONTAINER__REG_DEVICE_LIST
The feature id for the 'Reg Device List' containment reference list.
|
static int |
REG_DEVICE_CONTAINER__STATUS
The feature id for the 'Status' attribute.
|
static int |
REG_DEVICE_CONTAINER__STATUS_CHANGE_INFO
The feature id for the 'Status Change Info' attribute.
|
static int |
REG_DEVICE_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Reg Device Container' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EClass |
getIRegulationDevice()
Returns the meta object for class '
IRegulation Device '. |
NetRegulationFactory |
getNetRegulationFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getRegDeviceContainer_RegDeviceList()
Returns the meta object for the containment reference list '
Reg Device List '. |
org.eclipse.emf.ecore.EClass |
getRegDeviceContainer()
Returns the meta object for class '
Reg Device Container '. |
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 NetRegulationPackage eINSTANCE
static final int REG_DEVICE_CONTAINER
Reg Device Container
' class.
static final int REG_DEVICE_CONTAINER__ID
static final int REG_DEVICE_CONTAINER__NAME
static final int REG_DEVICE_CONTAINER__DESC
static final int REG_DEVICE_CONTAINER__NUMBER
static final int REG_DEVICE_CONTAINER__STATUS
static final int REG_DEVICE_CONTAINER__STATUS_CHANGE_INFO
static final int REG_DEVICE_CONTAINER__REG_DEVICE_LIST
static final int REG_DEVICE_CONTAINER_FEATURE_COUNT
static final int IREGULATION_DEVICE
IRegulation Device
' class.
static final int IREGULATION_DEVICE_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getRegDeviceContainer()
Reg Device Container
'.
RegDeviceContainer
org.eclipse.emf.ecore.EReference getRegDeviceContainer_RegDeviceList()
Reg Device List
'.
RegDeviceContainer.getRegDeviceList()
,
getRegDeviceContainer()
org.eclipse.emf.ecore.EClass getIRegulationDevice()
IRegulation Device
'.
IRegulationDevice
NetRegulationFactory getNetRegulationFactory()