com.crystaldecisions.sdk.plugin.authentication.sap.logsys
Class ISAPR3LogicalSystem.SNC_Modes
java.lang.Object
java.lang.Enum
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
| 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 |
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
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)