public static enum XLIFFNote.Annotates extends Enum<XLIFFNote.Annotates>
| Modifier and Type | Method and Description |
|---|---|
static XLIFFNote.Annotates |
fromString(String value) |
String |
toString() |
String |
value() |
static XLIFFNote.Annotates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XLIFFNote.Annotates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLIFFNote.Annotates SOURCE
public static final XLIFFNote.Annotates TARGET
public static final XLIFFNote.Annotates GENERAL
public static XLIFFNote.Annotates[] values()
for (XLIFFNote.Annotates c : XLIFFNote.Annotates.values()) System.out.println(c);
public static XLIFFNote.Annotates 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 value()
public static XLIFFNote.Annotates fromString(String value)
public String toString()
toString in class Enum<XLIFFNote.Annotates>Copyright © 2021. All rights reserved.