org.openmuc.openiec61850
public final class BdaUnicodeString extends BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
children, objectReference
Constructor and Description |
---|
BdaUnicodeString(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
int maxLength,
boolean dchg,
boolean dupd) |
Modifier and Type | Method and Description |
---|---|
BdaUnicodeString |
copy()
Copies the whole node with all of its children.
|
int |
getMaxLength() |
byte[] |
getValue() |
void |
setDefault() |
void |
setValue(byte[] value) |
java.lang.String |
toString() |
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
getIterators, getName, getParent, getReference
public BdaUnicodeString(ObjectReference objectReference, Fc fc, java.lang.String sAddr, int maxLength, boolean dchg, boolean dupd)
public byte[] getValue()
getValue
in class BasicDataAttribute
public void setValue(byte[] value)
public int getMaxLength()
public void setDefault()
setDefault
in class BasicDataAttribute
public BdaUnicodeString copy()
ModelNode
public java.lang.String toString()
toString
in class FcModelNode