public interface AcscFaultPackage
extends org.eclipse.emf.ecore.EPackage
AcscFaultFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
AcscFaultPackage.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_BRANCH_FAULT
The meta object id for the '
Acsc Branch Fault' class. |
static int |
ACSC_BRANCH_FAULT__BUS
The feature id for the 'Bus' reference.
|
static int |
ACSC_BRANCH_FAULT__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_BRANCH_FAULT__DISTANCE
The feature id for the 'Distance' attribute.
|
static int |
ACSC_BRANCH_FAULT__FAULT_BRANCH
The feature id for the 'Fault Branch' reference.
|
static int |
ACSC_BRANCH_FAULT__FAULT_CODE
The feature id for the 'Fault Code' attribute.
|
static int |
ACSC_BRANCH_FAULT__FAULT_RESULT
The feature id for the 'Fault Result' attribute.
|
static int |
ACSC_BRANCH_FAULT__FAULT_TYPE
The feature id for the 'Fault Type' attribute.
|
static int |
ACSC_BRANCH_FAULT__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_BRANCH_FAULT__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_BRANCH_FAULT__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_BRANCH_FAULT__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_BRANCH_FAULT__ZLG_FAULT
The feature id for the 'ZLG Fault' attribute.
|
static int |
ACSC_BRANCH_FAULT__ZLL_FAULT
The feature id for the 'ZLL Fault' attribute.
|
static int |
ACSC_BRANCH_FAULT_FEATURE_COUNT
The number of structural features of the 'Acsc Branch Fault' class.
|
static int |
ACSC_BUS_FAULT
The meta object id for the '
Acsc Bus Fault' class. |
static int |
ACSC_BUS_FAULT__BUS
The feature id for the 'Bus' reference.
|
static int |
ACSC_BUS_FAULT__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_BUS_FAULT__FAULT_CODE
The feature id for the 'Fault Code' attribute.
|
static int |
ACSC_BUS_FAULT__FAULT_RESULT
The feature id for the 'Fault Result' attribute.
|
static int |
ACSC_BUS_FAULT__FAULT_TYPE
The feature id for the 'Fault Type' attribute.
|
static int |
ACSC_BUS_FAULT__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_BUS_FAULT__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_BUS_FAULT__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_BUS_FAULT__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_BUS_FAULT__ZLG_FAULT
The feature id for the 'ZLG Fault' attribute.
|
static int |
ACSC_BUS_FAULT__ZLL_FAULT
The feature id for the 'ZLL Fault' attribute.
|
static int |
ACSC_BUS_FAULT_FEATURE_COUNT
The number of structural features of the 'Acsc Bus Fault' class.
|
static int |
ACSC_FAULT_POINT_RECORD
The meta object id for the '
Point Record' class. |
static int |
ACSC_FAULT_POINT_RECORD__DESC
The feature id for the 'Desc' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__FAULT_POINT_V
The feature id for the 'Fault Point V' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__FAULT_SC_AMPS
The feature id for the 'Fault Sc Amps' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__ID
The feature id for the 'Id' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__NAME
The feature id for the 'Name' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__NETWORK
The feature id for the 'Network' reference.
|
static int |
ACSC_FAULT_POINT_RECORD__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__STATUS
The feature id for the 'Status' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD__ZFAULT
The feature id for the 'ZFault' attribute.
|
static int |
ACSC_FAULT_POINT_RECORD_FEATURE_COUNT
The number of structural features of the 'Point Record' class.
|
static AcscFaultPackage |
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 |
SIMPLE_FAULT_CODE
The meta object id for the '
Simple Fault Code' enum. |
static int |
SIMPLE_FAULT_TYPE
The meta object id for the '
Simple Fault Type' enum. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getAcscBranchFault_Distance()
Returns the meta object for the attribute '
Distance'. |
org.eclipse.emf.ecore.EReference |
getAcscBranchFault_FaultBranch()
Returns the meta object for the reference '
Fault Branch'. |
org.eclipse.emf.ecore.EClass |
getAcscBranchFault()
Returns the meta object for class '
Acsc Branch Fault'. |
org.eclipse.emf.ecore.EAttribute |
getAcscBusFault_FaultCode()
Returns the meta object for the attribute '
Fault Code'. |
org.eclipse.emf.ecore.EAttribute |
getAcscBusFault_FaultResult()
Returns the meta object for the attribute '
Fault Result'. |
org.eclipse.emf.ecore.EAttribute |
getAcscBusFault_FaultType()
Returns the meta object for the attribute '
Fault Type'. |
org.eclipse.emf.ecore.EAttribute |
getAcscBusFault_ZLGFault()
Returns the meta object for the attribute '
ZLG Fault'. |
org.eclipse.emf.ecore.EAttribute |
getAcscBusFault_ZLLFault()
Returns the meta object for the attribute '
ZLL Fault'. |
org.eclipse.emf.ecore.EClass |
getAcscBusFault()
Returns the meta object for class '
Acsc Bus Fault'. |
AcscFaultFactory |
getAcscFaultFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getAcscFaultPointRecord_FaultPointV()
Returns the meta object for the attribute '
Fault Point V'. |
org.eclipse.emf.ecore.EAttribute |
getAcscFaultPointRecord_FaultScAmps()
Returns the meta object for the attribute '
Fault Sc Amps'. |
org.eclipse.emf.ecore.EAttribute |
getAcscFaultPointRecord_ZFault()
Returns the meta object for the attribute '
ZFault'. |
org.eclipse.emf.ecore.EClass |
getAcscFaultPointRecord()
Returns the meta object for class '
Point Record'. |
org.eclipse.emf.ecore.EEnum |
getSimpleFaultCode()
Returns the meta object for enum '
Simple Fault Code'. |
org.eclipse.emf.ecore.EEnum |
getSimpleFaultType()
Returns the meta object for enum '
Simple Fault Type'. |
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 AcscFaultPackage eINSTANCE
static final int ACSC_BUS_FAULT
Acsc Bus Fault' class.
static final int ACSC_BUS_FAULT__ID
static final int ACSC_BUS_FAULT__NAME
static final int ACSC_BUS_FAULT__DESC
static final int ACSC_BUS_FAULT__NUMBER
static final int ACSC_BUS_FAULT__STATUS
static final int ACSC_BUS_FAULT__BUS
static final int ACSC_BUS_FAULT__FAULT_TYPE
static final int ACSC_BUS_FAULT__FAULT_CODE
static final int ACSC_BUS_FAULT__ZLG_FAULT
static final int ACSC_BUS_FAULT__ZLL_FAULT
static final int ACSC_BUS_FAULT__FAULT_RESULT
static final int ACSC_BUS_FAULT_FEATURE_COUNT
static final int ACSC_BRANCH_FAULT
Acsc Branch Fault' class.
static final int ACSC_BRANCH_FAULT__ID
static final int ACSC_BRANCH_FAULT__NAME
static final int ACSC_BRANCH_FAULT__DESC
static final int ACSC_BRANCH_FAULT__NUMBER
static final int ACSC_BRANCH_FAULT__STATUS
static final int ACSC_BRANCH_FAULT__BUS
static final int ACSC_BRANCH_FAULT__FAULT_TYPE
static final int ACSC_BRANCH_FAULT__FAULT_CODE
static final int ACSC_BRANCH_FAULT__ZLG_FAULT
static final int ACSC_BRANCH_FAULT__ZLL_FAULT
static final int ACSC_BRANCH_FAULT__FAULT_RESULT
static final int ACSC_BRANCH_FAULT__DISTANCE
static final int ACSC_BRANCH_FAULT__FAULT_BRANCH
static final int ACSC_BRANCH_FAULT_FEATURE_COUNT
static final int ACSC_FAULT_POINT_RECORD
Point Record' class.
static final int ACSC_FAULT_POINT_RECORD__ID
static final int ACSC_FAULT_POINT_RECORD__NAME
static final int ACSC_FAULT_POINT_RECORD__DESC
static final int ACSC_FAULT_POINT_RECORD__NUMBER
static final int ACSC_FAULT_POINT_RECORD__STATUS
static final int ACSC_FAULT_POINT_RECORD__NETWORK
static final int ACSC_FAULT_POINT_RECORD__ZFAULT
static final int ACSC_FAULT_POINT_RECORD__FAULT_POINT_V
static final int ACSC_FAULT_POINT_RECORD__FAULT_SC_AMPS
static final int ACSC_FAULT_POINT_RECORD_FEATURE_COUNT
static final int SIMPLE_FAULT_TYPE
Simple Fault Type' enum.
static final int SIMPLE_FAULT_CODE
Simple Fault Code' enum.
org.eclipse.emf.ecore.EClass getAcscBusFault()
Acsc Bus Fault'.
AcscBusFaultorg.eclipse.emf.ecore.EAttribute getAcscBusFault_FaultType()
Fault Type'.
AcscBusFault.getFaultType(),
getAcscBusFault()org.eclipse.emf.ecore.EAttribute getAcscBusFault_FaultCode()
Fault Code'.
AcscBusFault.getFaultCode(),
getAcscBusFault()org.eclipse.emf.ecore.EAttribute getAcscBusFault_ZLGFault()
ZLG Fault'.
AcscBusFault.getZLGFault(),
getAcscBusFault()org.eclipse.emf.ecore.EAttribute getAcscBusFault_ZLLFault()
ZLL Fault'.
AcscBusFault.getZLLFault(),
getAcscBusFault()org.eclipse.emf.ecore.EAttribute getAcscBusFault_FaultResult()
Fault Result'.
AcscBusFault.getFaultResult(),
getAcscBusFault()org.eclipse.emf.ecore.EClass getAcscBranchFault()
Acsc Branch Fault'.
AcscBranchFaultorg.eclipse.emf.ecore.EAttribute getAcscBranchFault_Distance()
Distance'.
AcscBranchFault.getDistance(),
getAcscBranchFault()org.eclipse.emf.ecore.EReference getAcscBranchFault_FaultBranch()
Fault Branch'.
AcscBranchFault.getFaultBranch(),
getAcscBranchFault()org.eclipse.emf.ecore.EClass getAcscFaultPointRecord()
Point Record'.
AcscFaultPointRecordorg.eclipse.emf.ecore.EAttribute getAcscFaultPointRecord_ZFault()
ZFault'.
AcscFaultPointRecord.getZFault(),
getAcscFaultPointRecord()org.eclipse.emf.ecore.EAttribute getAcscFaultPointRecord_FaultPointV()
Fault Point V'.
AcscFaultPointRecord.getFaultPointV(),
getAcscFaultPointRecord()org.eclipse.emf.ecore.EAttribute getAcscFaultPointRecord_FaultScAmps()
Fault Sc Amps'.
AcscFaultPointRecord.getFaultScAmps(),
getAcscFaultPointRecord()org.eclipse.emf.ecore.EEnum getSimpleFaultType()
Simple Fault Type'.
SimpleFaultTypeorg.eclipse.emf.ecore.EEnum getSimpleFaultCode()
Simple Fault Code'.
SimpleFaultCodeAcscFaultFactory getAcscFaultFactory()