org.eaglei.datatools.config
Enum DatatoolsConfiguration.Props

java.lang.Object
  extended by java.lang.Enum<DatatoolsConfiguration.Props>
      extended by org.eaglei.datatools.config.DatatoolsConfiguration.Props
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DatatoolsConfiguration.Props>
Enclosing class:
DatatoolsConfiguration

protected static enum DatatoolsConfiguration.Props
extends java.lang.Enum<DatatoolsConfiguration.Props>


Enum Constant Summary
AcceptSelfSignedCerts
           
RepositoryMemoryFile
           
RepositoryNamespace
           
RepositoryNetworkURI
           
RepositoryNetworkURL
           
RepositoryPassword
           
RepositoryProviderFactory
           
RepositoryUser
           
 
Field Summary
 java.lang.String propKey
           
 
Method Summary
static DatatoolsConfiguration.Props valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DatatoolsConfiguration.Props[] 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

RepositoryNetworkURL

public static final DatatoolsConfiguration.Props RepositoryNetworkURL

RepositoryProviderFactory

public static final DatatoolsConfiguration.Props RepositoryProviderFactory

RepositoryUser

public static final DatatoolsConfiguration.Props RepositoryUser

RepositoryPassword

public static final DatatoolsConfiguration.Props RepositoryPassword

RepositoryMemoryFile

public static final DatatoolsConfiguration.Props RepositoryMemoryFile

RepositoryNamespace

public static final DatatoolsConfiguration.Props RepositoryNamespace

AcceptSelfSignedCerts

public static final DatatoolsConfiguration.Props AcceptSelfSignedCerts

RepositoryNetworkURI

public static final DatatoolsConfiguration.Props RepositoryNetworkURI
Field Detail

propKey

public final java.lang.String propKey
Method Detail

values

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

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

valueOf

public static DatatoolsConfiguration.Props 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


Copyright © 2009-2011 Eagle-I. All Rights Reserved.