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