public static enum Component.Scope extends Enum<Component.Scope>
Modifier and Type | Method and Description |
---|---|
String |
getScopeName() |
static Component.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component.Scope REQUIRED
public static final Component.Scope OPTIONAL
public static final Component.Scope EXCLUDED
public static Component.Scope[] values()
for (Component.Scope c : Component.Scope.values()) System.out.println(c);
public static Component.Scope 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 getScopeName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.