|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<LdapModifier> net.sf.jldapbeans.lang.annotation.LdapModifier
public enum LdapModifier
Enum Constant Summary | |
---|---|
ABSTRACT
Modifier for ASBTRACT objectClasses |
|
AUXILIARY
Modifier for AUXILIARY objectClasses |
|
REQUIRED
|
|
SINGLE_VALUE
|
|
STRUCTURAL
Modifier for STRUCTURAL objectClasses |
Method Summary | |
---|---|
static LdapModifier |
forClass(java.lang.Class<?> clazz)
Identifies the LdapModifier of a java class |
static LdapModifier[] |
forMethod(java.lang.reflect.Method method)
|
static boolean |
isAbstract(LdapModifier... ldapModifiers)
|
static boolean |
isAuxiliary(LdapModifier... ldapModifiers)
|
static boolean |
isRequired(LdapModifier... ldapModifiers)
|
static boolean |
isSingleValue(LdapModifier... ldapModifiers)
|
static boolean |
isStructural(LdapModifier... ldapModifiers)
|
static LdapModifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LdapModifier[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LdapModifier ABSTRACT
public static final LdapModifier AUXILIARY
public static final LdapModifier REQUIRED
public static final LdapModifier STRUCTURAL
public static final LdapModifier SINGLE_VALUE
Method Detail |
---|
public static final LdapModifier[] values()
for(LdapModifier c : LdapModifier.values()) System.out.println(c);
public static LdapModifier 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 namepublic static boolean isAbstract(LdapModifier... ldapModifiers)
public static boolean isAuxiliary(LdapModifier... ldapModifiers)
public static boolean isStructural(LdapModifier... ldapModifiers)
public static boolean isRequired(LdapModifier... ldapModifiers)
public static boolean isSingleValue(LdapModifier... ldapModifiers)
public static LdapModifier forClass(java.lang.Class<?> clazz)
clazz
- Guesses the object type for this java class.
public static LdapModifier[] forMethod(java.lang.reflect.Method method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |