public static enum RWXSVariable.SourceLocation extends java.lang.Enum<RWXSVariable.SourceLocation>
Enum Constant and Description |
---|
InAttributeValue |
InNodeElement |
Modifier and Type | Method and Description |
---|---|
static RWXSVariable.SourceLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RWXSVariable.SourceLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RWXSVariable.SourceLocation InNodeElement
public static final RWXSVariable.SourceLocation InAttributeValue
public static RWXSVariable.SourceLocation[] values()
for (RWXSVariable.SourceLocation c : RWXSVariable.SourceLocation.values()) System.out.println(c);
public static RWXSVariable.SourceLocation 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