|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaInt8
public final class BdaInt8
Field Summary |
---|
Fields inherited from class org.openmuc.openiec61850.BasicDataAttribute |
---|
basicType, dchg, dupd, qchg, sAddr |
Fields inherited from class org.openmuc.openiec61850.ModelNode |
---|
children, objectReference |
Constructor Summary | |
---|---|
BdaInt8(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
boolean dchg,
boolean dupd)
|
Method Summary | |
---|---|
BdaInt8 |
copy()
Copies the whole node with all of its children. |
java.lang.Byte |
getValue()
|
void |
setDefault()
|
void |
setValue(java.lang.Byte value)
|
java.lang.String |
toString()
|
Methods inherited from class org.openmuc.openiec61850.BasicDataAttribute |
---|
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator |
Methods inherited from class org.openmuc.openiec61850.FcModelNode |
---|
getFc |
Methods inherited from class org.openmuc.openiec61850.ModelNode |
---|
getIterators, getName, getParent, getReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BdaInt8(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean dchg, boolean dupd)
Method Detail |
---|
public void setValue(java.lang.Byte value)
public java.lang.Byte getValue()
getValue
in class BasicDataAttribute
public void setDefault()
setDefault
in class BasicDataAttribute
public BdaInt8 copy()
ModelNode
copy
in class ModelNode
public java.lang.String toString()
toString
in class FcModelNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |