Uses of Class
net.sf.jldapbeans.lang.annotation.LdapModifier

Packages that use LdapModifier
net.sf.jldapbeans.lang.annotation   
 

Uses of LdapModifier in net.sf.jldapbeans.lang.annotation
 

Methods in net.sf.jldapbeans.lang.annotation that return LdapModifier
static LdapModifier LdapModifier.forClass(java.lang.Class<?> clazz)
          Identifies the LdapModifier of a java class
static LdapModifier[] LdapModifier.forMethod(java.lang.reflect.Method method)
           
static LdapModifier LdapModifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LdapModifier[] LdapModifier.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.jldapbeans.lang.annotation with parameters of type LdapModifier
static boolean LdapModifier.isAbstract(LdapModifier... ldapModifiers)
           
static boolean LdapModifier.isAuxiliary(LdapModifier... ldapModifiers)
           
static boolean LdapModifier.isRequired(LdapModifier... ldapModifiers)
           
static boolean LdapModifier.isSingleValue(LdapModifier... ldapModifiers)
           
static boolean LdapModifier.isStructural(LdapModifier... ldapModifiers)
           
 



Copyright © 2005 jLDAPBeans Team. All Rights Reserved.