| Package | Description |
|---|---|
| org.apache.kerby.xdr | |
| org.apache.kerby.xdr.type |
| Modifier and Type | Method and Description |
|---|---|
XdrDataType |
XdrFieldInfo.getDataType() |
static XdrDataType |
XdrDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XdrDataType[] |
XdrDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XdrFieldInfo(int index,
XdrDataType dataType,
Object value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XdrDataType |
AbstractXdrType.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
XdrSimple.isSimple(XdrDataType dataType) |
| Constructor and Description |
|---|
AbstractXdrType(XdrDataType dataType)
Default constructor.
|
AbstractXdrType(XdrDataType dataType,
T value)
Default constructor.
|
XdrSimple(XdrDataType dataTypeNo)
Default constructor, generally for decoding as a value container
|
XdrSimple(XdrDataType xdrDataType,
T value)
Constructor with a value, generally for encoding of the value
|
XdrStructType(XdrDataType xdrDataType) |
XdrStructType(XdrDataType xdrDataType,
XdrFieldInfo[] fieldInfos) |
XdrUnion(XdrDataType xdrDataType) |
XdrUnion(XdrDataType xdrDataType,
XdrFieldInfo[] fieldInfos) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.