org.openiec61850.scsm.mms
Class MMSConstants

java.lang.Object
  extended by org.openiec61850.scsm.mms.MMSConstants

public class MMSConstants
extends java.lang.Object


Field Summary
static int ACCESS_CONTROL_LIST
           
static int DATA_EXCHANGE
           
static int DOMAIN
           
static int EVENT_ACTION
           
static int EVENT_CONDITION
           
static int EVENT_ENROLLMENT
           
static int JOURNAL
           
static int NAMED_TYPE
           
static int NAMED_VARIABLE
           
static int NAMED_VARIABLE_LIST
           
static int OPERATOR_STATION
           
static int PROGRAM_INVOCATION
           
static int SCATTERED_ACCESS
           
static int SEMAPHORE
           
 
Constructor Summary
MMSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMED_VARIABLE

public static final int NAMED_VARIABLE
See Also:
Constant Field Values

SCATTERED_ACCESS

public static final int SCATTERED_ACCESS
See Also:
Constant Field Values

NAMED_VARIABLE_LIST

public static final int NAMED_VARIABLE_LIST
See Also:
Constant Field Values

NAMED_TYPE

public static final int NAMED_TYPE
See Also:
Constant Field Values

SEMAPHORE

public static final int SEMAPHORE
See Also:
Constant Field Values

EVENT_CONDITION

public static final int EVENT_CONDITION
See Also:
Constant Field Values

EVENT_ACTION

public static final int EVENT_ACTION
See Also:
Constant Field Values

EVENT_ENROLLMENT

public static final int EVENT_ENROLLMENT
See Also:
Constant Field Values

JOURNAL

public static final int JOURNAL
See Also:
Constant Field Values

DOMAIN

public static final int DOMAIN
See Also:
Constant Field Values

PROGRAM_INVOCATION

public static final int PROGRAM_INVOCATION
See Also:
Constant Field Values

OPERATOR_STATION

public static final int OPERATOR_STATION
See Also:
Constant Field Values

DATA_EXCHANGE

public static final int DATA_EXCHANGE
See Also:
Constant Field Values

ACCESS_CONTROL_LIST

public static final int ACCESS_CONTROL_LIST
See Also:
Constant Field Values
Constructor Detail

MMSConstants

public MMSConstants()