|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ldap.LDAPClassFlags
Keeps track of the LDAP schema class flag information.
| Field Summary | |
static int |
AUXILIARY_CLASS
|
static int |
CONTAINER_CLASS
|
static int |
EFFECTIVE_CLASS
|
static int |
NONREMOVABLE_CLASS
|
| Constructor Summary | |
LDAPClassFlags(int flags)
Constructor. |
|
| Method Summary | |
void |
clearFlag(int flagId)
Clears a specific flag. |
java.lang.Object |
clone()
Clones this object. |
boolean |
equals(java.lang.Object obj)
Check for equality. |
int |
getFlags()
Get the flags. |
boolean |
isFlagSet(int flagId)
Checks if a specific flag is set. |
void |
setFlag(int flagId)
Sets a specific flag. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int AUXILIARY_CLASS
public static final int CONTAINER_CLASS
public static final int EFFECTIVE_CLASS
public static final int NONREMOVABLE_CLASS
| Constructor Detail |
public LDAPClassFlags(int flags)
flags - The value of the flags.| Method Detail |
public void clearFlag(int flagId)
flagId - specific flag to clear.public java.lang.Object clone()
public boolean equals(java.lang.Object obj)
obj - Another LDAPClassFlags object.
public int getFlags()
public boolean isFlagSet(int flagId)
flagId - specific flag to check.
public void setFlag(int flagId)
flagId - specific flag to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||