public static enum OfficeValueTypeAttribute.Value extends Enum<OfficeValueTypeAttribute.Value>
Enum Constant and Description |
---|
BOOLEAN |
CURRENCY |
DATE |
FLOAT |
PERCENTAGE |
STRING |
TIME |
VOID |
Modifier and Type | Method and Description |
---|---|
static OfficeValueTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static OfficeValueTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeValueTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeValueTypeAttribute.Value BOOLEAN
public static final OfficeValueTypeAttribute.Value CURRENCY
public static final OfficeValueTypeAttribute.Value DATE
public static final OfficeValueTypeAttribute.Value FLOAT
public static final OfficeValueTypeAttribute.Value PERCENTAGE
public static final OfficeValueTypeAttribute.Value STRING
public static final OfficeValueTypeAttribute.Value TIME
public static final OfficeValueTypeAttribute.Value VOID
public static OfficeValueTypeAttribute.Value[] values()
for (OfficeValueTypeAttribute.Value c : OfficeValueTypeAttribute.Value.values()) System.out.println(c);
public static OfficeValueTypeAttribute.Value 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<OfficeValueTypeAttribute.Value>
public static OfficeValueTypeAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.