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