org.openiec61850.common.model.datypes.basic
Class VISIBLE_STRING_255
java.lang.Object
org.openiec61850.common.model.ModelNode
org.openiec61850.common.model.BasicDataAttribute
org.openiec61850.common.model.datypes.basic.VISIBLE_STRING_255
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public class VISIBLE_STRING_255
- extends BasicDataAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VISIBLE_STRING_255
public VISIBLE_STRING_255(ObjectReference objectReference,
FunctionalConstraint fc,
java.lang.String sAddr,
java.lang.String value,
boolean dchg,
boolean dupd)
getValue
public java.lang.String getValue()
- Specified by:
getValue
in class BasicDataAttribute
setValue
public void setValue(java.lang.String value)
setDefault
public void setDefault()
- Specified by:
setDefault
in class BasicDataAttribute
copy
public VISIBLE_STRING_255 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