com.crystaldecisions.sdk.plugin.authentication.sap.logsys
Class ISAPR3LogicalSystem.SNC_QOP
java.lang.Object
java.lang.Enum
com.crystaldecisions.sdk.plugin.authentication.sap.logsys.ISAPR3LogicalSystem.SNC_QOP
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- ISAPR3LogicalSystem
public static final class ISAPR3LogicalSystem.SNC_QOP
- 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_QOP_NULL
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_NULL
SNC_QOP_AUTHENTICATION
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_AUTHENTICATION
SNC_QOP_INTEGRITY
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_INTEGRITY
SNC_QOP_ENCRYPTION
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_ENCRYPTION
SNC_QOP_MAXAVAILABLE
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_MAXAVAILABLE
SNC_QOP_UNKNOWN
public static final ISAPR3LogicalSystem.SNC_QOP SNC_QOP_UNKNOWN
type
public java.lang.Integer type
values
public static ISAPR3LogicalSystem.SNC_QOP[] values()
valueOf
public static ISAPR3LogicalSystem.SNC_QOP valueOf(java.lang.String name)
valueOf
public static ISAPR3LogicalSystem.SNC_QOP valueOf(java.lang.Integer val)