public class AttributeWriteRecord extends ASerialType
value
Constructor and Description |
---|
AttributeWriteRecord() |
AttributeWriteRecord(byte[] v) |
Modifier and Type | Method and Description |
---|---|
AnyType |
getAttribute() |
AttributeID |
getAttributeId() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
protected void |
parseValue() |
void |
setAttribute(AnyType val) |
void |
setAttributeId(AttributeID val) |
String |
toString() |
protected void |
updateValue() |
public AttributeWriteRecord()
public AttributeWriteRecord(byte[] v)
protected void parseValue()
parseValue
in class ASerialType
protected void updateValue()
updateValue
in class ASerialType
public AttributeID getAttributeId()
public void setAttributeId(AttributeID val)
val
- public AnyType getAttribute()
public void setAttribute(AnyType val)
val
- public String toString()
toString
in class ASerialType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
Copyright © 2015. All rights reserved.