fabric.common
Class ONumConstants

java.lang.Object
  extended by fabric.common.ONumConstants

public final class ONumConstants
extends java.lang.Object


Field Summary
static int BOTTOM_CONFIDENTIALITY
           
static int BOTTOM_INTEGRITY
           
static int EMPTY_LABEL
           
static long FIRST_UNRESERVED
           
static int PUBLIC_READONLY_LABEL
           
static long ROOT_MAP
           
static long STORE_PRINCIPAL
           
static int TOP_CONFIDENTIALITY
           
static int TOP_INTEGRITY
           
static int TOP_PRINCIPAL
           
 
Constructor Summary
ONumConstants()
           
 
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
 

Field Detail

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
Constructor Detail

ONumConstants

public ONumConstants()
Method Detail

isGlobalConstant

public static boolean isGlobalConstant(long onum)
Determines whether the given onum is a global constant.