|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageTypeEnum>
org.apache.directory.shared.ldap.message.MessageTypeEnum
public enum MessageTypeEnum
Type safe enumeration over the various LDAPv3 message types.
Enum Constant Summary | |
---|---|
ABANDON_REQUEST
Abandon request protocol message type value |
|
ADD_REQUEST
Add request protocol message type value |
|
ADD_RESPONSE
Add response protocol message type value |
|
BIND_REQUEST
Bind request protocol message type value |
|
BIND_RESPONSE
Bind response protocol message type value |
|
COMPARE_REQUEST
Compare request protocol message type value |
|
COMPARE_RESPONSE
Compare response protocol message type value |
|
DEL_REQUEST
Delete request protocol message type value |
|
DEL_RESPONSE
Delete response protocol message type value |
|
EXTENDED_REQ
Extended request protocol message type value |
|
EXTENDED_RESP
Extended response protocol message type value |
|
MOD_DN_REQUEST
Modify DN request protocol message type value |
|
MOD_DN_RESPONSE
Modify DN response protocol message type value |
|
MODIFY_REQUEST
Modify request protocol message type value |
|
MODIFY_RESPONSE
Modify response protocol message type value |
|
SEARCH_REQUEST
Search request protocol message type value |
|
SEARCH_RES_DONE
Search done response protocol message type value |
|
SEARCH_RES_ENTRY
Search entry response protocol message type value |
|
SEARCH_RES_REF
Search reference response protocol message type value |
|
UNBIND_REQUEST
Unbind request protocol message type value |
Method Summary | |
---|---|
int |
getMessageType()
|
static MessageTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageTypeEnum BIND_REQUEST
public static final MessageTypeEnum BIND_RESPONSE
public static final MessageTypeEnum UNBIND_REQUEST
public static final MessageTypeEnum SEARCH_REQUEST
public static final MessageTypeEnum SEARCH_RES_ENTRY
public static final MessageTypeEnum SEARCH_RES_DONE
public static final MessageTypeEnum SEARCH_RES_REF
public static final MessageTypeEnum MODIFY_REQUEST
public static final MessageTypeEnum MODIFY_RESPONSE
public static final MessageTypeEnum ADD_REQUEST
public static final MessageTypeEnum ADD_RESPONSE
public static final MessageTypeEnum DEL_REQUEST
public static final MessageTypeEnum DEL_RESPONSE
public static final MessageTypeEnum MOD_DN_REQUEST
public static final MessageTypeEnum MOD_DN_RESPONSE
public static final MessageTypeEnum COMPARE_REQUEST
public static final MessageTypeEnum COMPARE_RESPONSE
public static final MessageTypeEnum ABANDON_REQUEST
public static final MessageTypeEnum EXTENDED_REQ
public static final MessageTypeEnum EXTENDED_RESP
Method Detail |
---|
public static MessageTypeEnum[] values()
for (MessageTypeEnum c : MessageTypeEnum.values()) System.out.println(c);
public static MessageTypeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getMessageType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |