public enum CustomParser extends Enum<CustomParser>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
EbiVersion |
getEbInterfaceDetails(InputSource source)
Determines the correct ebInterface version
|
static CustomParser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomParser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomParser INSTANCE
public static CustomParser[] values()
for (CustomParser c : CustomParser.values()) System.out.println(c);
public static CustomParser 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 null@Nonnull public EbiVersion getEbInterfaceDetails(InputSource source) throws NamespaceUnknownException
nullNamespaceUnknownExceptionCopyright © 2014–2019. All rights reserved.