edu.internet2.middleware.ldappc
Enum LdappcOptions.ProvisioningMode

java.lang.Object
  extended by java.lang.Enum<LdappcOptions.ProvisioningMode>
      extended by edu.internet2.middleware.ldappc.LdappcOptions.ProvisioningMode
All Implemented Interfaces:
Serializable, Comparable<LdappcOptions.ProvisioningMode>
Enclosing class:
LdappcOptions

public static enum LdappcOptions.ProvisioningMode
extends Enum<LdappcOptions.ProvisioningMode>

Modes of operation.


Enum Constant Summary
CALCULATE
          Calculate and print provisioning.
DRYRUN
          Show what would be provisioned but don't provision.
PROVISION
          Provision, the default.
 
Method Summary
static LdappcOptions.ProvisioningMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LdappcOptions.ProvisioningMode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CALCULATE

public static final LdappcOptions.ProvisioningMode CALCULATE
Calculate and print provisioning.


DRYRUN

public static final LdappcOptions.ProvisioningMode DRYRUN
Show what would be provisioned but don't provision.


PROVISION

public static final LdappcOptions.ProvisioningMode PROVISION
Provision, the default.

Method Detail

values

public static LdappcOptions.ProvisioningMode[] 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 (LdappcOptions.ProvisioningMode c : LdappcOptions.ProvisioningMode.values())
    System.out.println(c);

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

valueOf

public static LdappcOptions.ProvisioningMode valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011 Internet2. All Rights Reserved.