org.odftoolkit.odfdom.dom.element.table
Enum TableDataPilotFieldReferenceElement.TableTypeAttributeValue
java.lang.Object
java.lang.Enum<TableDataPilotFieldReferenceElement.TableTypeAttributeValue>
org.odftoolkit.odfdom.dom.element.table.TableDataPilotFieldReferenceElement.TableTypeAttributeValue
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TableDataPilotFieldReferenceElement.TableTypeAttributeValue>
- Enclosing class:
- TableDataPilotFieldReferenceElement
public static enum TableDataPilotFieldReferenceElement.TableTypeAttributeValue
- extends java.lang.Enum<TableDataPilotFieldReferenceElement.TableTypeAttributeValue>
The value set of .
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
COLUMN_PERCENTAGE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue COLUMN_PERCENTAGE
INDEX
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue INDEX
MEMBER_DIFFERENCE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue MEMBER_DIFFERENCE
MEMBER_PERCENTAGE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue MEMBER_PERCENTAGE
MEMBER_PERCENTAGE_DIFFERENCE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue MEMBER_PERCENTAGE_DIFFERENCE
NONE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue NONE
ROW_PERCENTAGE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue ROW_PERCENTAGE
RUNNING_TOTAL
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue RUNNING_TOTAL
TOTAL_PERCENTAGE
public static final TableDataPilotFieldReferenceElement.TableTypeAttributeValue TOTAL_PERCENTAGE
values
public static TableDataPilotFieldReferenceElement.TableTypeAttributeValue[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TableDataPilotFieldReferenceElement.TableTypeAttributeValue c : TableDataPilotFieldReferenceElement.TableTypeAttributeValue.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TableDataPilotFieldReferenceElement.TableTypeAttributeValue valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<TableDataPilotFieldReferenceElement.TableTypeAttributeValue>
enumValueOf
public static TableDataPilotFieldReferenceElement.TableTypeAttributeValue enumValueOf(java.lang.String value)
Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.