org.eaglei.services.repository
Enum RepositoryHttpConfig.RepositoryLocale

java.lang.Object
  extended by java.lang.Enum<RepositoryHttpConfig.RepositoryLocale>
      extended by org.eaglei.services.repository.RepositoryHttpConfig.RepositoryLocale
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RepositoryHttpConfig.RepositoryLocale>
Enclosing class:
RepositoryHttpConfig

public static enum RepositoryHttpConfig.RepositoryLocale
extends java.lang.Enum<RepositoryHttpConfig.RepositoryLocale>


Enum Constant Summary
CLAIM_URL
           
CONTACT_URL
           
FAKE_WORKFLOW_URL
           
GET_INSTANCE_URL
           
GRAPH_URL
           
HARVEST_URL
           
LIST_GRAPHS_URL
           
LIST_RESOURCES_URL
           
LIST_TRANSITIONS_URL
           
LOGOUT_URL
           
NEW_INSTANCE_URL
           
RELEASE_URL
           
SEARCH_INSTANCE_URL
           
SPARQL_URL
           
TRANSITION_URL
           
UPDATE_INSTANCE_URL
           
WHOAMI_URL
           
 
Method Summary
 java.lang.String getURL()
           
static RepositoryHttpConfig.RepositoryLocale valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryHttpConfig.RepositoryLocale[] 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

WHOAMI_URL

public static final RepositoryHttpConfig.RepositoryLocale WHOAMI_URL

LOGOUT_URL

public static final RepositoryHttpConfig.RepositoryLocale LOGOUT_URL

SPARQL_URL

public static final RepositoryHttpConfig.RepositoryLocale SPARQL_URL

HARVEST_URL

public static final RepositoryHttpConfig.RepositoryLocale HARVEST_URL

SEARCH_INSTANCE_URL

public static final RepositoryHttpConfig.RepositoryLocale SEARCH_INSTANCE_URL

CONTACT_URL

public static final RepositoryHttpConfig.RepositoryLocale CONTACT_URL

NEW_INSTANCE_URL

public static final RepositoryHttpConfig.RepositoryLocale NEW_INSTANCE_URL

UPDATE_INSTANCE_URL

public static final RepositoryHttpConfig.RepositoryLocale UPDATE_INSTANCE_URL

GET_INSTANCE_URL

public static final RepositoryHttpConfig.RepositoryLocale GET_INSTANCE_URL

GRAPH_URL

public static final RepositoryHttpConfig.RepositoryLocale GRAPH_URL

FAKE_WORKFLOW_URL

public static final RepositoryHttpConfig.RepositoryLocale FAKE_WORKFLOW_URL

LIST_GRAPHS_URL

public static final RepositoryHttpConfig.RepositoryLocale LIST_GRAPHS_URL

CLAIM_URL

public static final RepositoryHttpConfig.RepositoryLocale CLAIM_URL

RELEASE_URL

public static final RepositoryHttpConfig.RepositoryLocale RELEASE_URL

TRANSITION_URL

public static final RepositoryHttpConfig.RepositoryLocale TRANSITION_URL

LIST_TRANSITIONS_URL

public static final RepositoryHttpConfig.RepositoryLocale LIST_TRANSITIONS_URL

LIST_RESOURCES_URL

public static final RepositoryHttpConfig.RepositoryLocale LIST_RESOURCES_URL
Method Detail

values

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

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

valueOf

public static RepositoryHttpConfig.RepositoryLocale 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

getURL

public java.lang.String getURL()


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