public final class NDSClassFlags
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
AMBIGUOUS_CONTAINMENT |
static int |
AMBIGUOUS_NAMING |
static int |
AUXILARY_CLASS |
static int |
AUXILIARY_CLASS |
static int |
CONTAINER_CLASS |
static int |
EFFECTIVE_CLASS |
static int |
NONREMOVABLE_CLASS |
| Constructor and Description |
|---|
NDSClassFlags(int flags)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final int CONTAINER_CLASS
public static final int EFFECTIVE_CLASS
public static final int NONREMOVABLE_CLASS
public static final int AMBIGUOUS_NAMING
public static final int AMBIGUOUS_CONTAINMENT
public static final int AUXILIARY_CLASS
public static final int AUXILARY_CLASS
public NDSClassFlags(int flags)
flags - The value of the object class flags.public int getFlags()
public boolean isFlagSet(int flagId)
flagId - The object class flag to check.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The other NDSClassFlags object.public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String[] getStrings()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.