public enum AllowableService extends Enum<AllowableService>
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
checkCatalogServices(InvCatalog catalog)
Takes an InvCatalog and checks that the services declared in that catalog
are allowed at server level in the threddsConfig file
|
InvService |
getService() |
boolean |
isAllowed() |
static AllowableService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowableService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowableService WMS
public static final AllowableService WCS
public static final AllowableService NCSS
public static final AllowableService ISO
public static final AllowableService UDDC
public static final AllowableService NCML
public static AllowableService[] values()
for (AllowableService c : AllowableService.values()) System.out.println(c);
public static AllowableService 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 nullpublic boolean isAllowed()
public InvService getService()
public static List<String> checkCatalogServices(InvCatalog catalog)
catalog - Copyright © 1999–2013 UCAR/Unidata. All rights reserved.