|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ShortHandNotation>
net.shrine.monitor.scanner.ShortHandNotation
public enum ShortHandNotation
| Enum Constant Summary | |
|---|---|
def
New Query Definition |
|
end
End of File |
|
item
1...* items per panel |
|
name
Query alias name TODO not yet supported |
|
panel
1..* panels per query |
|
year1
constrain by year "2001 onward" TODO not yet supported |
|
year2
constrain by year "until 2002" TODO not yet supported |
|
| Method Summary | |
|---|---|
static boolean |
isNotation(String string)
|
static ShortHandNotation |
parse(String string)
|
String |
print()
|
static ShortHandNotation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ShortHandNotation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ShortHandNotation def
public static final ShortHandNotation name
public static final ShortHandNotation panel
public static final ShortHandNotation item
public static final ShortHandNotation year1
public static final ShortHandNotation year2
public static final ShortHandNotation end
| Method Detail |
|---|
public static ShortHandNotation[] values()
for (ShortHandNotation c : ShortHandNotation.values()) System.out.println(c);
public static ShortHandNotation valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String print()
public static boolean isNotation(String string)
public static ShortHandNotation parse(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||