public static enum Preprocessor.Utils extends Enum<Preprocessor.Utils>
| Modifier and Type | Method and Description |
|---|---|
static Preprocessor.Path.Component |
pathComponent(Object value) |
static List<Preprocessor.Path.Component> |
pathComponentList(Object... pathComponents) |
static Preprocessor.Utils |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preprocessor.Utils[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Preprocessor.Utils[] values()
for (Preprocessor.Utils c : Preprocessor.Utils.values()) System.out.println(c);
public static Preprocessor.Utils 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 static List<Preprocessor.Path.Component> pathComponentList(Object... pathComponents)
public static Preprocessor.Path.Component pathComponent(Object value)
Copyright © 2017. All rights reserved.