org.openmuc.openiec61850
Class BdaUnicodeString
java.lang.Object
org.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaUnicodeString
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public final class BdaUnicodeString
- extends BasicDataAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BdaUnicodeString
public BdaUnicodeString(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
int maxLength,
boolean dchg,
boolean dupd)
getValue
public byte[] getValue()
- Specified by:
getValue
in class BasicDataAttribute
setValue
public void setValue(byte[] value)
getMaxLength
public int getMaxLength()
setDefault
public void setDefault()
- Specified by:
setDefault
in class BasicDataAttribute
copy
public BdaUnicodeString copy()
- Description copied from class:
ModelNode
- Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses
ObjectReferences, FunctionalConstraints.
- Specified by:
copy
in class ModelNode
toString
public java.lang.String toString()
- Overrides:
toString
in class FcModelNode