com.hqme.cm
Enum VSDFunctionGroups.ACVSProperty

java.lang.Object
  extended by java.lang.Enum<VSDFunctionGroups.ACVSProperty>
      extended by com.hqme.cm.VSDFunctionGroups.ACVSProperty
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<VSDFunctionGroups.ACVSProperty>
Enclosing class:
VSDFunctionGroups

public static enum VSDFunctionGroups.ACVSProperty
extends java.lang.Enum<VSDFunctionGroups.ACVSProperty>


Enum Constant Summary
ACVS_ACCOUNTS
           
ACVS_CERTIFICATE
           
ACVS_CERTIFICATE_SUPPORTED
           
ACVS_CURRENT_ACCOUNT
           
ACVS_HWACL
           
ACVS_HWASSIST_SUPPORTED
           
ACVS_PASSWORD
           
 
Method Summary
static VSDFunctionGroups.ACVSProperty valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VSDFunctionGroups.ACVSProperty[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

ACVS_HWASSIST_SUPPORTED

public static final VSDFunctionGroups.ACVSProperty ACVS_HWASSIST_SUPPORTED

ACVS_CERTIFICATE_SUPPORTED

public static final VSDFunctionGroups.ACVSProperty ACVS_CERTIFICATE_SUPPORTED

ACVS_HWACL

public static final VSDFunctionGroups.ACVSProperty ACVS_HWACL

ACVS_ACCOUNTS

public static final VSDFunctionGroups.ACVSProperty ACVS_ACCOUNTS

ACVS_CURRENT_ACCOUNT

public static final VSDFunctionGroups.ACVSProperty ACVS_CURRENT_ACCOUNT

ACVS_PASSWORD

public static final VSDFunctionGroups.ACVSProperty ACVS_PASSWORD

ACVS_CERTIFICATE

public static final VSDFunctionGroups.ACVSProperty ACVS_CERTIFICATE
Method Detail

values

public static VSDFunctionGroups.ACVSProperty[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (VSDFunctionGroups.ACVSProperty c : VSDFunctionGroups.ACVSProperty.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static VSDFunctionGroups.ACVSProperty valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null