public class VersionType extends ASerialType
Modifier and Type | Class and Description |
---|---|
protected static class |
VersionType.VersionTypeEnum |
value
Constructor and Description |
---|
VersionType() |
VersionType(ASerialType v) |
Modifier and Type | Method and Description |
---|---|
byte |
getId() |
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
ASerialType |
getValue() |
void |
setValue(ASerialType val) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public VersionType()
public VersionType(ASerialType v)
public ASerialType getValue()
public void setValue(ASerialType val)
public byte getId()
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
public String toString()
toString
in class ASerialType
Copyright © 2015. All rights reserved.