com.crystaldecisions.sdk.plugin.authentication.sap.logsys
Class ISAPR3LogicalSystem.SNC_Modes

java.lang.Object
  extended by java.lang.Enum
      extended by com.crystaldecisions.sdk.plugin.authentication.sap.logsys.ISAPR3LogicalSystem.SNC_Modes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
ISAPR3LogicalSystem

public static final class ISAPR3LogicalSystem.SNC_Modes
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_DISABLE
           
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_DISALLOW_INSECURE
           
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_ENABLE
           
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_ENABLE_3
           
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_NULL
           
static ISAPR3LogicalSystem.SNC_Modes SNC_MODE_UNKNOWN
           
 java.lang.Integer type
           
 
Method Summary
static ISAPR3LogicalSystem.SNC_Modes valueOf(java.lang.Integer val)
           
static ISAPR3LogicalSystem.SNC_Modes valueOf(java.lang.String name)
           
static ISAPR3LogicalSystem.SNC_Modes[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SNC_MODE_NULL

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_NULL

SNC_MODE_DISABLE

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_DISABLE

SNC_MODE_ENABLE

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_ENABLE

SNC_MODE_DISALLOW_INSECURE

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_DISALLOW_INSECURE

SNC_MODE_ENABLE_3

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_ENABLE_3

SNC_MODE_UNKNOWN

public static final ISAPR3LogicalSystem.SNC_Modes SNC_MODE_UNKNOWN

type

public java.lang.Integer type
Method Detail

values

public static ISAPR3LogicalSystem.SNC_Modes[] values()

valueOf

public static ISAPR3LogicalSystem.SNC_Modes valueOf(java.lang.String name)

valueOf

public static ISAPR3LogicalSystem.SNC_Modes valueOf(java.lang.Integer val)