edu.indiana.extreme.lead.resource_catalog.client.util
Enum ServiceCatalogUtil.CollectionHolder
java.lang.Object
java.lang.Enum<ServiceCatalogUtil.CollectionHolder>
edu.indiana.extreme.lead.resource_catalog.client.util.ServiceCatalogUtil.CollectionHolder
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ServiceCatalogUtil.CollectionHolder>
- Enclosing class:
- ServiceCatalogUtil
public static enum ServiceCatalogUtil.CollectionHolder
- extends java.lang.Enum<ServiceCatalogUtil.CollectionHolder>
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CWSDL_COL
public static final ServiceCatalogUtil.CollectionHolder CWSDL_COL
AWSDL_COL
public static final ServiceCatalogUtil.CollectionHolder AWSDL_COL
SM_COL
public static final ServiceCatalogUtil.CollectionHolder SM_COL
HOST_COL
public static final ServiceCatalogUtil.CollectionHolder HOST_COL
APP_COL
public static final ServiceCatalogUtil.CollectionHolder APP_COL
GENX_COL
public static final ServiceCatalogUtil.CollectionHolder GENX_COL
values
public static final ServiceCatalogUtil.CollectionHolder[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ServiceCatalogUtil.CollectionHolder c : ServiceCatalogUtil.CollectionHolder.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ServiceCatalogUtil.CollectionHolder 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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<ServiceCatalogUtil.CollectionHolder>
Copyright (c) 2005 Extreme! Lab, Indiana University. All rights reserved.
This software is open source. See here for the licence.