org.cdlib.xtf.lazyTree
Class Flag
Object
Flag
public class Flag
- extends Object
Enumeration of the flags we store for a node.
Constructor Summary |
Flag()
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HAS_NAMECODE
public static final int HAS_NAMECODE
- See Also:
- Constant Field Values
HAS_PARENT
public static final int HAS_PARENT
- See Also:
- Constant Field Values
HAS_PREV_SIBLING
public static final int HAS_PREV_SIBLING
- See Also:
- Constant Field Values
HAS_NEXT_SIBLING
public static final int HAS_NEXT_SIBLING
- See Also:
- Constant Field Values
HAS_CHILD
public static final int HAS_CHILD
- See Also:
- Constant Field Values
HAS_ALPHA
public static final int HAS_ALPHA
- See Also:
- Constant Field Values
HAS_BETA
public static final int HAS_BETA
- See Also:
- Constant Field Values
Flag
public Flag()