public static enum ReaderTrackerEntry.Sort extends java.lang.Enum<ReaderTrackerEntry.Sort>
Enum Constant and Description |
---|
ACCESS_COUNT |
FIRST_ACCESS_DATE |
LAST_ACCESS_DATE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIgnoreCase(java.lang.String str) |
static ReaderTrackerEntry.Sort |
getFromKey(java.lang.String str) |
java.lang.String |
getKey() |
int |
getValue() |
static ReaderTrackerEntry.Sort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReaderTrackerEntry.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReaderTrackerEntry.Sort LAST_ACCESS_DATE
public static final ReaderTrackerEntry.Sort FIRST_ACCESS_DATE
public static final ReaderTrackerEntry.Sort ACCESS_COUNT
public static ReaderTrackerEntry.Sort[] values()
for (ReaderTrackerEntry.Sort c : ReaderTrackerEntry.Sort.values()) System.out.println(c);
public static ReaderTrackerEntry.Sort valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
public int getValue()
public boolean equalsIgnoreCase(java.lang.String str)
public static ReaderTrackerEntry.Sort getFromKey(java.lang.String str)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.