public interface NBEquipConnection extends NameTag
The following features are supported:
NBModelPackage.getNBEquipConnection()
Modifier and Type | Method and Description |
---|---|
NBNode |
getBnNode()
Returns the value of the 'Bn Node' reference.
|
NameTag |
getEquip()
Returns the value of the 'Equip' reference.
|
NBModelEquipType |
getEquipType()
Returns the value of the 'Equip Type' attribute.
|
Bus |
getFromBus()
Returns the value of the 'From Bus' reference.
|
Substation |
getSubstation()
Returns the value of the 'Substation' reference.
|
Bus |
getTertBus()
Returns the value of the 'Tert Bus' reference.
|
Bus |
getToBus()
Returns the value of the 'To Bus' reference.
|
void |
setBnNode(NBNode value)
Sets the value of the '
Bn Node ' reference. |
void |
setEquip(NameTag value)
Sets the value of the '
Equip ' reference. |
void |
setEquipType(NBModelEquipType value)
Sets the value of the '
Equip Type ' attribute. |
void |
setFromBus(Bus value)
Sets the value of the '
From Bus ' reference. |
void |
setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
void |
setTertBus(Bus value)
Sets the value of the '
Tert Bus ' reference. |
void |
setToBus(Bus value)
Sets the value of the '
To Bus ' reference. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Substation getSubstation()
Nb Equip Connect List
'.
substation attribute
setSubstation(Substation)
,
NBModelPackage.getNBEquipConnection_Substation()
,
Substation.getNbEquipConnectList()
void setSubstation(Substation value)
Substation
' reference.
value
- the new value of the 'Substation' reference.getSubstation()
NBNode getBnNode()
setBnNode(NBNode)
,
NBModelPackage.getNBEquipConnection_BnNode()
void setBnNode(NBNode value)
Bn Node
' reference.
value
- the new value of the 'Bn Node' reference.getBnNode()
NBModelEquipType getEquipType()
"NotDefined"
.
The literals are from the enumeration NBModelEquipType
.
connected equipment type
NBModelEquipType
,
setEquipType(NBModelEquipType)
,
NBModelPackage.getNBEquipConnection_EquipType()
void setEquipType(NBModelEquipType value)
Equip Type
' attribute.
value
- the new value of the 'Equip Type' attribute.NBModelEquipType
,
getEquipType()
NameTag getEquip()
setEquip(NameTag)
,
NBModelPackage.getNBEquipConnection_Equip()
void setEquip(NameTag value)
Equip
' reference.
value
- the new value of the 'Equip' reference.getEquip()
Bus getFromBus()
setFromBus(Bus)
,
NBModelPackage.getNBEquipConnection_FromBus()
void setFromBus(Bus value)
From Bus
' reference.
value
- the new value of the 'From Bus' reference.getFromBus()
Bus getToBus()
setToBus(Bus)
,
NBModelPackage.getNBEquipConnection_ToBus()
void setToBus(Bus value)
To Bus
' reference.
value
- the new value of the 'To Bus' reference.getToBus()
Bus getTertBus()
setTertBus(Bus)
,
NBModelPackage.getNBEquipConnection_TertBus()
void setTertBus(Bus value)
Tert Bus
' reference.
value
- the new value of the 'Tert Bus' reference.getTertBus()