public static enum DetectedFrameworksComponent.GroupByOption extends java.lang.Enum<DetectedFrameworksComponent.GroupByOption>
Modifier and Type | Method and Description |
---|---|
static DetectedFrameworksComponent.GroupByOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetectedFrameworksComponent.GroupByOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectedFrameworksComponent.GroupByOption TYPE
public static final DetectedFrameworksComponent.GroupByOption DIRECTORY
public static DetectedFrameworksComponent.GroupByOption[] values()
for (DetectedFrameworksComponent.GroupByOption c : DetectedFrameworksComponent.GroupByOption.values()) System.out.println(c);
public static DetectedFrameworksComponent.GroupByOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null