public enum RequirementLevels extends Enum<RequirementLevels>
FeaturePathArgument), whether a feature path is required, optional or ignored for the purpose of
executing a converter.| Modifier and Type | Method and Description |
|---|---|
static RequirementLevels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequirementLevels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequirementLevels REQUIRED
public static final RequirementLevels OPTIONAL
public static final RequirementLevels IGNORED
public static RequirementLevels[] values()
for (RequirementLevels c : RequirementLevels.values()) System.out.println(c);
public static RequirementLevels 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 nullCopyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.