public abstract class SGFDxSecurityLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
SL_ABOVE_NORMAL
Security Level 6
|
static long |
SL_BELOW_NORMAL
Security Level 4
|
static long |
SL_HIGH
Security Level 7
|
static long |
SL_HIGHER
Security Level 8
|
static long |
SL_HIGHEST
Security Level 9 (Highest)
|
static long |
SL_LOW
Security Level 3
|
static long |
SL_LOWER
Security Level 2
|
static long |
SL_LOWEST
Security Level 1 (Lowest)
|
static long |
SL_NONE
Security Level 0 (NONE)
|
static long |
SL_NORMAL
Security Level 5
|
Constructor and Description |
---|
SGFDxSecurityLevel()
This is an abstract class and cannot be instantiated.
|
public static final long SL_NONE
public static final long SL_LOWEST
public static final long SL_LOWER
public static final long SL_LOW
public static final long SL_BELOW_NORMAL
public static final long SL_NORMAL
public static final long SL_ABOVE_NORMAL
public static final long SL_HIGH
public static final long SL_HIGHER
public static final long SL_HIGHEST