public static enum WebApplication.ServiceClass extends Enum<WebApplication.ServiceClass>
| Enum Constant and Description |
|---|
AOJU_ARC |
AOJU_ARC_AET |
QIDO_RS |
STOW_RS |
UPS_RS |
WADO_RS |
WADO_URI |
| Modifier and Type | Method and Description |
|---|---|
static WebApplication.ServiceClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebApplication.ServiceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebApplication.ServiceClass WADO_URI
public static final WebApplication.ServiceClass WADO_RS
public static final WebApplication.ServiceClass STOW_RS
public static final WebApplication.ServiceClass QIDO_RS
public static final WebApplication.ServiceClass UPS_RS
public static final WebApplication.ServiceClass AOJU_ARC
public static final WebApplication.ServiceClass AOJU_ARC_AET
public static WebApplication.ServiceClass[] values()
for (WebApplication.ServiceClass c : WebApplication.ServiceClass.values()) System.out.println(c);
public static WebApplication.ServiceClass 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 © 2021. All rights reserved.