public static enum Options.YesNoOmit extends Enum<Options.YesNoOmit>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Options.YesNoOmit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.YesNoOmit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.YesNoOmit YES
public static final Options.YesNoOmit NO
public static final Options.YesNoOmit OMIT
public static Options.YesNoOmit[] values()
for (Options.YesNoOmit c : Options.YesNoOmit.values()) System.out.println(c);
public static Options.YesNoOmit 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 toString()
toString
in class Enum<Options.YesNoOmit>
Copyright © 2005–2015 BaseX Team. All rights reserved.