| Constructor and Description |
|---|
XdrEnumerated()
Default constructor, generally for decoding as a container
|
XdrEnumerated(T value)
Constructor with a value, generally for encoding of the value
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract EnumType[] |
getAllEnumValues() |
protected void |
toBytes()
Encode simple type to bytes.
|
protected void |
toValue()
Decode bytes to simple value.
|
decode, decodeBody, encodeBody, encodeBody, encodingBodyLength, getBytes, isSimple, setBytesdecode, encode, encode, encodingLength, getDataType, getValue, setValuepublic XdrEnumerated()
public XdrEnumerated(T value)
value - The Enum valueCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.