| Package | Description |
|---|---|
| org.apache.directory.server.dns.messages |
Provides message objects for DNS messages and resource records.
|
| Modifier and Type | Field and Description |
|---|---|
private static ReverseEnumMap<java.lang.Byte,ProtocolType> |
ProtocolType.map |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.convert(byte value)
Converts an ordinal value into a
ProtocolType. |
static ProtocolType |
ProtocolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|