public static enum SyntacticReference.Type extends java.lang.Enum<SyntacticReference.Type>
| Enum Constant and Description |
|---|
DynamicProperty |
StaticProperty |
Variable |
| Modifier and Type | Method and Description |
|---|---|
static SyntacticReference.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyntacticReference.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyntacticReference.Type DynamicProperty
public static final SyntacticReference.Type StaticProperty
public static final SyntacticReference.Type Variable
public static SyntacticReference.Type 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 nullpublic static SyntacticReference.Type[] values()
for (SyntacticReference.Type c : SyntacticReference.Type.values()) System.out.println(c);
Copyright © 2009-2019 Aarhus University