org.odftoolkit.odfdom.dom.attribute.table
public static enum TableConditionSourceAttribute.Value extends Enum<TableConditionSourceAttribute.Value>
Enum Constant and Description |
---|
CELL_RANGE |
SELF |
Modifier and Type | Method and Description |
---|---|
static TableConditionSourceAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TableConditionSourceAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableConditionSourceAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableConditionSourceAttribute.Value CELL_RANGE
public static final TableConditionSourceAttribute.Value SELF
public static TableConditionSourceAttribute.Value[] values()
for (TableConditionSourceAttribute.Value c : TableConditionSourceAttribute.Value.values()) System.out.println(c);
public static TableConditionSourceAttribute.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<TableConditionSourceAttribute.Value>
public static TableConditionSourceAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.