public static enum PresentSelector.FilePresence extends Enum<PresentSelector.FilePresence>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static PresentSelector.FilePresence |
getFromAttribute(String attribute) |
static PresentSelector.FilePresence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentSelector.FilePresence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentSelector.FilePresence SRCONLY
public static final PresentSelector.FilePresence BOTH
public static PresentSelector.FilePresence[] values()
for (PresentSelector.FilePresence c : PresentSelector.FilePresence.values()) System.out.println(c);
public static PresentSelector.FilePresence 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 String getAttribute()
public static PresentSelector.FilePresence getFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.