public enum NoExcerptHistory extends Enum<NoExcerptHistory> implements ExcerptHistory
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
int |
sourceId(int n) |
long |
sourceIndex(int n) |
int |
sources() |
long |
timing(int n) |
int |
timings() |
static NoExcerptHistory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoExcerptHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfget, setpublic static final NoExcerptHistory INSTANCE
public static NoExcerptHistory[] values()
for (NoExcerptHistory c : NoExcerptHistory.values()) System.out.println(c);
public static NoExcerptHistory 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 timings()
timings in interface ExcerptHistorypublic long timing(int n)
timing in interface ExcerptHistorypublic int sources()
sources in interface ExcerptHistorypublic int sourceId(int n)
sourceId in interface ExcerptHistorypublic long sourceIndex(int n)
sourceIndex in interface ExcerptHistorypublic void reset()
reset in interface ExcerptHistoryCopyright © 2016. All rights reserved.