public static enum UriToXmiCasAnnotator.XmlScheme extends Enum<UriToXmiCasAnnotator.XmlScheme>
| Modifier and Type | Method and Description |
|---|---|
static UriToXmiCasAnnotator.XmlScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriToXmiCasAnnotator.XmlScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriToXmiCasAnnotator.XmlScheme XCAS
public static final UriToXmiCasAnnotator.XmlScheme XMI
public static UriToXmiCasAnnotator.XmlScheme 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 static UriToXmiCasAnnotator.XmlScheme[] values()
for (UriToXmiCasAnnotator.XmlScheme c : UriToXmiCasAnnotator.XmlScheme.values()) System.out.println(c);
Copyright © 2014. All rights reserved.