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 SummaryEnum Constants Enum Constant Description TRAVERSE_ALLTRAVERSE_DATA_TYPESTRAVERSE_VALUE_TYPES
 - 
Method SummaryModifier and Type Method Description static YAPIONTreeIterator.YAPIONTreeIteratorOptionvalueOf(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_ALLpublic static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_ALL 
 - 
TRAVERSE_VALUE_TYPESpublic static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_VALUE_TYPES 
 - 
TRAVERSE_DATA_TYPESpublic static final YAPIONTreeIterator.YAPIONTreeIteratorOption TRAVERSE_DATA_TYPES 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- java.lang.NullPointerException- if the argument is null
 
 
- 
 
-