Package yapion.utils
Enum YAPIONTreeIterator.YAPIONTreeIteratorOption
- java.lang.Object
-
- java.lang.Enum<YAPIONTreeIterator.YAPIONTreeIteratorOption>
-
- yapion.utils.YAPIONTreeIterator.YAPIONTreeIteratorOption
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<YAPIONTreeIterator.YAPIONTreeIteratorOption>
,java.lang.constant.Constable
- Enclosing class:
- YAPIONTreeIterator
public static enum YAPIONTreeIterator.YAPIONTreeIteratorOption extends java.lang.Enum<YAPIONTreeIterator.YAPIONTreeIteratorOption>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TRAVERSE_ALL
TRAVERSE_DATA_TYPES
TRAVERSE_VALUE_TYPES
-
Method Summary
Modifier and Type Method Description static YAPIONTreeIterator.YAPIONTreeIteratorOption
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static YAPIONTreeIterator.YAPIONTreeIteratorOption[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TRAVERSE_ALL
public static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_ALL
-
TRAVERSE_VALUE_TYPES
public static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_VALUE_TYPES
-
TRAVERSE_DATA_TYPES
public static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_DATA_TYPES
-
-
Method Detail
-
values
public static YAPIONTreeIterator.YAPIONTreeIteratorOption[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static YAPIONTreeIterator.YAPIONTreeIteratorOption valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-