fabric.common
Class ONumConstants
java.lang.Object
fabric.common.ONumConstants
public final class ONumConstants
- extends java.lang.Object
Method Summary |
static boolean |
isGlobalConstant(long onum)
Determines whether the given onum is a global constant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_MAP
public static final long ROOT_MAP
- See Also:
- Constant Field Values
STORE_PRINCIPAL
public static final long STORE_PRINCIPAL
- See Also:
- Constant Field Values
FIRST_UNRESERVED
public static final long FIRST_UNRESERVED
- See Also:
- Constant Field Values
TOP_PRINCIPAL
public static final int TOP_PRINCIPAL
- See Also:
- Constant Field Values
TOP_CONFIDENTIALITY
public static final int TOP_CONFIDENTIALITY
- See Also:
- Constant Field Values
BOTTOM_CONFIDENTIALITY
public static final int BOTTOM_CONFIDENTIALITY
- See Also:
- Constant Field Values
TOP_INTEGRITY
public static final int TOP_INTEGRITY
- See Also:
- Constant Field Values
BOTTOM_INTEGRITY
public static final int BOTTOM_INTEGRITY
- See Also:
- Constant Field Values
EMPTY_LABEL
public static final int EMPTY_LABEL
- See Also:
- Constant Field Values
PUBLIC_READONLY_LABEL
public static final int PUBLIC_READONLY_LABEL
- See Also:
- Constant Field Values
ONumConstants
public ONumConstants()
isGlobalConstant
public static boolean isGlobalConstant(long onum)
- Determines whether the given onum is a global constant.