public interface NBSwitch extends NameTag
The following features are supported:
NBModelPackage.getNBSwitch()
Modifier and Type | Method and Description |
---|---|
NBNode |
getFromNBNode()
Returns the value of the 'From NB Node' reference.
|
java.lang.String |
getNameRating()
Returns the value of the 'Name Rating' attribute.
|
int |
getNormalStatus()
Returns the value of the 'Normal Status' attribute.
|
Substation |
getSubstation()
Returns the value of the 'Substation' reference.
|
NBModelSwitchType |
getSwitchType()
Returns the value of the 'Switch Type' attribute.
|
NBNode |
getToNBNode()
Returns the value of the 'To NB Node' reference.
|
double |
getXpu()
Returns the value of the 'Xpu' attribute.
|
void |
setFromNBNode(NBNode value)
Sets the value of the '
From NB Node ' reference. |
void |
setNameRating(java.lang.String value)
Sets the value of the '
Name Rating ' attribute. |
void |
setNormalStatus(int value)
Sets the value of the '
Normal Status ' attribute. |
void |
setSubstation(Substation value)
Sets the value of the '
Substation ' reference. |
void |
setSwitchType(NBModelSwitchType value)
Sets the value of the '
Switch Type ' attribute. |
void |
setToNBNode(NBNode value)
Sets the value of the '
To NB Node ' reference. |
void |
setXpu(double value)
Sets the value of the '
Xpu ' attribute. |
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 Switch List
'.
substation attribute
setSubstation(Substation)
,
NBModelPackage.getNBSwitch_Substation()
,
Substation.getNbSwitchList()
void setSubstation(Substation value)
Substation
' reference.
value
- the new value of the 'Substation' reference.getSubstation()
NBNode getFromNBNode()
setFromNBNode(NBNode)
,
NBModelPackage.getNBSwitch_FromNBNode()
void setFromNBNode(NBNode value)
From NB Node
' reference.
value
- the new value of the 'From NB Node' reference.getFromNBNode()
NBNode getToNBNode()
setToNBNode(NBNode)
,
NBModelPackage.getNBSwitch_ToNBNode()
void setToNBNode(NBNode value)
To NB Node
' reference.
value
- the new value of the 'To NB Node' reference.getToNBNode()
NBModelSwitchType getSwitchType()
"Connector"
.
The literals are from the enumeration NBModelSwitchType
.
switch type
NBModelSwitchType
,
setSwitchType(NBModelSwitchType)
,
NBModelPackage.getNBSwitch_SwitchType()
void setSwitchType(NBModelSwitchType value)
Switch Type
' attribute.
value
- the new value of the 'Switch Type' attribute.NBModelSwitchType
,
getSwitchType()
int getNormalStatus()
"1"
.
swith normal status
setNormalStatus(int)
,
NBModelPackage.getNBSwitch_NormalStatus()
void setNormalStatus(int value)
Normal Status
' attribute.
value
- the new value of the 'Normal Status' attribute.getNormalStatus()
double getXpu()
"0.0001"
.
switch x in pu
setXpu(double)
,
NBModelPackage.getNBSwitch_Xpu()
void setXpu(double value)
Xpu
' attribute.
value
- the new value of the 'Xpu' attribute.getXpu()
java.lang.String getNameRating()
""
.
rating name
setNameRating(String)
,
NBModelPackage.getNBSwitch_NameRating()
void setNameRating(java.lang.String value)
Name Rating
' attribute.
value
- the new value of the 'Name Rating' attribute.getNameRating()