public enum VariableScopeType extends Enum<VariableScopeType>
variable-scopeType
xsd typeModifier and Type | Method and Description |
---|---|
static VariableScopeType |
getFromStringValue(String value) |
String |
toString() |
static VariableScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableScopeType _NESTED
public static final VariableScopeType _AT_BEGIN
public static final VariableScopeType _AT_END
public static VariableScopeType[] values()
for (VariableScopeType c : VariableScopeType.values()) System.out.println(c);
public static VariableScopeType 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 toString()
toString
in class Enum<VariableScopeType>
public static VariableScopeType getFromStringValue(String value)
Copyright © 2024 JBoss by Red Hat. All rights reserved.