public static enum MarshallService.AppNGSchema extends Enum<MarshallService.AppNGSchema>
| Enum Constant and Description |
|---|
APPLICATION |
PLATFORM |
| Modifier and Type | Method and Description |
|---|---|
JAXBContext |
getContext() |
String |
getNamespace() |
String |
getXsd() |
static MarshallService.AppNGSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarshallService.AppNGSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarshallService.AppNGSchema PLATFORM
public static final MarshallService.AppNGSchema APPLICATION
public static MarshallService.AppNGSchema[] values()
for (MarshallService.AppNGSchema c : MarshallService.AppNGSchema.values()) System.out.println(c);
public static MarshallService.AppNGSchema 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 String getXsd()
public String getNamespace()
public JAXBContext getContext()
Copyright © 2011–2022 aiticon GmbH. All rights reserved.