public enum VariableAttributeType extends Enum<VariableAttributeType> implements Type
| Enum Constant and Description |
|---|
COLLECTION
collection
|
STRING
String
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TypeVisitor visitor) |
<O> O |
accept(TypeVisitorEx<O> visitor) |
static VariableAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableAttributeType STRING
public static final VariableAttributeType COLLECTION
public static VariableAttributeType[] values()
for (VariableAttributeType c : VariableAttributeType.values()) System.out.println(c);
public static VariableAttributeType 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 void accept(TypeVisitor visitor)
public <O> O accept(TypeVisitorEx<O> visitor)
Copyright © 2015 The University of Manchester. All Rights Reserved.