|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.nds.NDSClassFlags
Maintains information about the NDS schema class flags.
| Field Summary | |
static int |
AMBIGUOUS_CONTAINMENT
|
static int |
AMBIGUOUS_NAMING
|
static int |
AUXILARY_CLASS
|
static int |
CONTAINER_CLASS
|
static int |
EFFECTIVE_CLASS
|
static int |
NONREMOVABLE_CLASS
|
| Constructor Summary | |
NDSClassFlags(int flags)
Constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Determines if the current NDSClassFlags object is equivalent to another. |
int |
getFlags()
Returns the object class flags. |
java.lang.String[] |
getStrings()
Returns a list of strings based on the bit fields set in flags. |
boolean |
isFlagSet(int flagId)
Determines if a specific flag is set. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int AMBIGUOUS_CONTAINMENT
public static final int AMBIGUOUS_NAMING
public static final int AUXILARY_CLASS
public static final int CONTAINER_CLASS
public static final int EFFECTIVE_CLASS
public static final int NONREMOVABLE_CLASS
| Constructor Detail |
public NDSClassFlags(int flags)
flags - The value of the object class flags.| Method Detail |
public java.lang.Object clone()
public boolean equals(java.lang.Object obj)
obj - The other NDSClassFlags object.
public int getFlags()
public java.lang.String[] getStrings()
public boolean isFlagSet(int flagId)
flagId - The object class flag to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||