public static enum BaseDirEntry.Kind extends java.lang.Enum<BaseDirEntry.Kind>
Enum Constant and Description |
---|
ADDRESSBOOK |
CALENDAR |
DOMAIN |
EXTERNALUSER |
GROUP |
MAILSHARE |
ORG_UNIT |
RESOURCE |
USER |
Modifier and Type | Method and Description |
---|---|
static BaseDirEntry.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseDirEntry.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseDirEntry.Kind USER
public static final BaseDirEntry.Kind GROUP
public static final BaseDirEntry.Kind RESOURCE
public static final BaseDirEntry.Kind MAILSHARE
public static final BaseDirEntry.Kind CALENDAR
public static final BaseDirEntry.Kind ADDRESSBOOK
public static final BaseDirEntry.Kind DOMAIN
public static final BaseDirEntry.Kind ORG_UNIT
public static final BaseDirEntry.Kind EXTERNALUSER
public static BaseDirEntry.Kind[] values()
for (BaseDirEntry.Kind c : BaseDirEntry.Kind.values()) System.out.println(c);
public static BaseDirEntry.Kind 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2021. All Rights Reserved.