com.businessobjects.enterprise.secldap
Interface ServerSSLStrengthEnum


public interface ServerSSLStrengthEnum

An XML ServerSSLStrengthEnum(@http://enterprise.businessobjects.com/3.0/secldap). This is an atomic type that is a restriction of com.businessobjects.enterprise.secldap.ServerSSLStrengthEnum.


Nested Class Summary
static class ServerSSLStrengthEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.secldap.ServerSSLStrengthEnum.
static class ServerSSLStrengthEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static ServerSSLStrengthEnum.Enum CERT
           
static ServerSSLStrengthEnum.Enum CNCHECK
           
static int INT_CERT
           
static int INT_CNCHECK
           
static int INT_NONE
           
static int INT_WEAK
           
static ServerSSLStrengthEnum.Enum NONE
           
static org.apache.xmlbeans.SchemaType type
           
static ServerSSLStrengthEnum.Enum WEAK
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

WEAK

static final ServerSSLStrengthEnum.Enum WEAK

CERT

static final ServerSSLStrengthEnum.Enum CERT

CNCHECK

static final ServerSSLStrengthEnum.Enum CNCHECK

NONE

static final ServerSSLStrengthEnum.Enum NONE

INT_WEAK

static final int INT_WEAK
See Also:
Constant Field Values

INT_CERT

static final int INT_CERT
See Also:
Constant Field Values

INT_CNCHECK

static final int INT_CNCHECK
See Also:
Constant Field Values

INT_NONE

static final int INT_NONE
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)