public static enum TimeFilter.TimeType extends Enum<TimeFilter.TimeType> implements Optionable<FindOption>
Modifier and Type | Method and Description |
---|---|
FindOption |
getOption() |
abstract long |
getTime(File file) |
static TimeFilter.TimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeFilter.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeFilter.TimeType Create
public static final TimeFilter.TimeType Access
public static final TimeFilter.TimeType Modified
public static TimeFilter.TimeType[] values()
for (TimeFilter.TimeType c : TimeFilter.TimeType.values()) System.out.println(c);
public static TimeFilter.TimeType 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 FindOption getOption()
getOption
in interface Optionable<FindOption>
Copyright © 2024. All rights reserved.