org.odftoolkit.simple.common.field
public static enum VariableField.VariableType extends Enum<VariableField.VariableType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VariableField.VariableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableField.VariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableField.VariableType SIMPLE
public static final VariableField.VariableType USER
public static final VariableField.VariableType SEQUENCE
public static VariableField.VariableType[] values()
for (VariableField.VariableType c : VariableField.VariableType.values()) System.out.println(c);
public static VariableField.VariableType 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<VariableField.VariableType>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.