public class ST0601Version extends Object implements IUasDatalinkValue
From ST:
Version number of the UAS LS document used to generate a source of UAS LS KLV metadata. 0 is pre-release, initial release (0601.0), or test data. 1..255 corresponds to document revisions ST 0601.1 through ST 0601.255.
| Constructor and Description |
|---|
ST0601Version(byte[] bytes)
Create from encoded bytes.
|
ST0601Version(short version)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
short |
getVersion()
Get the version number.
|
public ST0601Version(short version)
version - The version number, in the range 0 to 255.public ST0601Version(byte[] bytes)
bytes - Byte array of length 1public short getVersion()
public byte[] getBytes()
IUasDatalinkValuegetBytes in interface IUasDatalinkValuepublic String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValuepublic String getDisplayName()
IKlvValuegetDisplayName in interface IKlvValueCopyright © 2022 West Ridge Systems. All rights reserved.