org.gcube.common.core.scope
Enum ServiceMap.ServiceType
java.lang.Object
java.lang.Enum<ServiceMap.ServiceType>
org.gcube.common.core.scope.ServiceMap.ServiceType
- All Implemented Interfaces:
- Serializable, Comparable<ServiceMap.ServiceType>
- Enclosing class:
- ServiceMap
public static enum ServiceMap.ServiceType
- extends Enum<ServiceMap.ServiceType>
Predefined service names.
ISICProfileRegistrationPT
public static final ServiceMap.ServiceType ISICProfileRegistrationPT
ISICStateRegistrationPT
public static final ServiceMap.ServiceType ISICStateRegistrationPT
ISICAllRegistrationPT
public static final ServiceMap.ServiceType ISICAllRegistrationPT
ISICProfileCollectionPT
public static final ServiceMap.ServiceType ISICProfileCollectionPT
ISICStateCollectionPT
public static final ServiceMap.ServiceType ISICStateCollectionPT
ISICWSDAIXCollectionPT
public static final ServiceMap.ServiceType ISICWSDAIXCollectionPT
ISICAllCollectionPT
public static final ServiceMap.ServiceType ISICAllCollectionPT
ISICProfileStoragePT
public static final ServiceMap.ServiceType ISICProfileStoragePT
ISICStateStoragetPT
public static final ServiceMap.ServiceType ISICStateStoragetPT
ISICWSDAIXStoragePT
public static final ServiceMap.ServiceType ISICWSDAIXStoragePT
ISICAllStoragePT
public static final ServiceMap.ServiceType ISICAllStoragePT
ISICProfileQueryPT
public static final ServiceMap.ServiceType ISICProfileQueryPT
ISICStateQueryPT
public static final ServiceMap.ServiceType ISICStateQueryPT
ISICWSDAIXQueryPT
public static final ServiceMap.ServiceType ISICWSDAIXQueryPT
ISICAllQueryPT
public static final ServiceMap.ServiceType ISICAllQueryPT
ISRegistry
public static final ServiceMap.ServiceType ISRegistry
values
public static ServiceMap.ServiceType[] 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 (ServiceMap.ServiceType c : ServiceMap.ServiceType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ServiceMap.ServiceType 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 © 2012. All Rights Reserved.