|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.nds.NDSAttributeFlags
Maintains the NDS schema attribute flag information.
| Field Summary | |
static int |
HIDDEN
|
static int |
NONREMOVABLE
|
static int |
PER_REPLICA
|
static int |
PUBLIC_READ
|
static int |
READ_ONLY
|
static int |
SERVER_READ
|
static int |
SINGLE_VALUED
|
static int |
SIZED
|
static int |
STRING
|
static int |
SYNC_IMMEDIATE
|
static int |
WRITE_MANAGED
|
| Constructor Summary | |
NDSAttributeFlags(int flags)
Constructor. |
|
| Method Summary | |
void |
clearFlag(int flagId)
Clears a specific flag. |
java.lang.Object |
clone()
Returns a copy of this object. |
boolean |
equals(java.lang.Object obj)
Compares an NDSAttributeFlags against another for equality. |
int |
getFlags()
Returns the attribute flags. |
java.lang.String[] |
getStrings(long upper,
long lower)
Returns a list of strings based on the bit fields set in the flags. |
boolean |
isFlagSet(int flagId)
Determines if a specific attribute flag is set. |
void |
setFlag(int flagId)
Sets a specific attribute flag. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int HIDDEN
public static final int NONREMOVABLE
public static final int PER_REPLICA
public static final int PUBLIC_READ
public static final int READ_ONLY
public static final int SERVER_READ
public static final int SINGLE_VALUED
public static final int SIZED
public static final int STRING
public static final int SYNC_IMMEDIATE
public static final int WRITE_MANAGED
| Constructor Detail |
public NDSAttributeFlags(int flags)
flags - The initial value of the attribute flags.| Method Detail |
public void clearFlag(int flagId)
flagId - The flag to clear.public java.lang.Object clone()
public boolean equals(java.lang.Object obj)
obj - Another NDSAttributeFlags object.
public int getFlags()
public java.lang.String[] getStrings(long upper,
long lower)
upper - The upper limit that is set if the attribute is sized.lower - The lower limit that is set if the attribute is sized.
public boolean isFlagSet(int flagId)
flagId - The flag to check.
public void setFlag(int flagId)
flagId - The flag to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||