|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.TransitedEncodingType
public final class TransitedEncodingType
| Field Summary | |
|---|---|
static TransitedEncodingType |
DOMAIN_X500_COMPRESS
Constant for the "Domain X500 compress" transited encoding type. |
static TransitedEncodingType |
NULL
Constant for the "null" transited encoding type. |
static java.util.List<TransitedEncodingType> |
VALUES
A List of all the transited encoding type constants. |
| Method Summary | |
|---|---|
int |
compareTo(TransitedEncodingType that)
|
int |
getOrdinal()
Returns the number associated with this transited encoding type. |
static TransitedEncodingType |
getTypeByOrdinal(int type)
Returns the transited encoding type when specified by its ordinal. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TransitedEncodingType NULL
public static final TransitedEncodingType DOMAIN_X500_COMPRESS
public static final java.util.List<TransitedEncodingType> VALUES
| Method Detail |
|---|
public static TransitedEncodingType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(TransitedEncodingType that)
compareTo in interface java.lang.Comparable<TransitedEncodingType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||