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

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_AUTHENTICATION
           
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_ENCRYPTION
           
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_INTEGRITY
           
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_MAXAVAILABLE
           
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_NULL
           
static ISAPR3LogicalSystem.SNC_QOP SNC_QOP_UNKNOWN
           
 java.lang.Integer type
           
 
Method Summary
static ISAPR3LogicalSystem.SNC_QOP valueOf(java.lang.Integer val)
           
static ISAPR3LogicalSystem.SNC_QOP valueOf(java.lang.String name)
           
static ISAPR3LogicalSystem.SNC_QOP[] 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_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
Method Detail

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)