public static enum XLIFFNote.Priority extends Enum<XLIFFNote.Priority>
| Enum Constant and Description |
|---|
EIGHT |
FIVE |
FOUR |
NINE |
ONE |
SEVEN |
SIX |
TEN |
THREE |
TWO |
| Modifier and Type | Method and Description |
|---|---|
static XLIFFNote.Priority |
fromInt(int value) |
String |
toString() |
int |
value() |
static XLIFFNote.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XLIFFNote.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLIFFNote.Priority ONE
public static final XLIFFNote.Priority TWO
public static final XLIFFNote.Priority THREE
public static final XLIFFNote.Priority FOUR
public static final XLIFFNote.Priority FIVE
public static final XLIFFNote.Priority SIX
public static final XLIFFNote.Priority SEVEN
public static final XLIFFNote.Priority EIGHT
public static final XLIFFNote.Priority NINE
public static final XLIFFNote.Priority TEN
public static XLIFFNote.Priority[] values()
for (XLIFFNote.Priority c : XLIFFNote.Priority.values()) System.out.println(c);
public static XLIFFNote.Priority 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 int value()
public String toString()
toString in class Enum<XLIFFNote.Priority>public static XLIFFNote.Priority fromInt(int value)
Copyright © 2021. All rights reserved.