public static enum ServiceMap.ServiceType extends Enum<ServiceMap.ServiceType>
| Modifier and Type | Method and Description |
|---|---|
static ServiceMap.ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceMap.ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceMap.ServiceType ISICProfileRegistrationPT
public static final ServiceMap.ServiceType ISICStateRegistrationPT
public static final ServiceMap.ServiceType ISICAllRegistrationPT
public static final ServiceMap.ServiceType ISICProfileCollectionPT
public static final ServiceMap.ServiceType ISICStateCollectionPT
public static final ServiceMap.ServiceType ISICWSDAIXCollectionPT
public static final ServiceMap.ServiceType ISICAllCollectionPT
public static final ServiceMap.ServiceType ISICProfileStoragePT
public static final ServiceMap.ServiceType ISICStateStoragetPT
public static final ServiceMap.ServiceType ISICWSDAIXStoragePT
public static final ServiceMap.ServiceType ISICAllStoragePT
public static final ServiceMap.ServiceType ISICProfileQueryPT
public static final ServiceMap.ServiceType ISICStateQueryPT
public static final ServiceMap.ServiceType ISICWSDAIXQueryPT
public static final ServiceMap.ServiceType ISICAllQueryPT
public static final ServiceMap.ServiceType ISRegistry
public static ServiceMap.ServiceType[] values()
for (ServiceMap.ServiceType c : ServiceMap.ServiceType.values()) System.out.println(c);
public static ServiceMap.ServiceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.