public static enum Scope.FilterOption extends Enum<Scope.FilterOption>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
SearchableModelField<Scope> |
getSearchableModelField() |
static Scope.FilterOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope.FilterOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope.FilterOption ID
public static final Scope.FilterOption NAME
public static Scope.FilterOption[] values()
for (Scope.FilterOption c : Scope.FilterOption.values()) System.out.println(c);
public static Scope.FilterOption 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 String getName()
public SearchableModelField<Scope> getSearchableModelField()
Copyright © 2021 JBoss by Red Hat. All rights reserved.