|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OdfValueFormulaNoneDisplayType>
org.odftoolkit.odfdom.dom.type.text.OdfValueFormulaNoneDisplayType
public enum OdfValueFormulaNoneDisplayType
DOM implementation of OpenDocument attribute text:display.
| Enum Constant Summary | |
|---|---|
FORMULA
|
|
NONE
|
|
VALUE
|
|
| Method Summary | |
|---|---|
static OdfValueFormulaNoneDisplayType |
enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
String |
toString()
gets the name of this enum. |
static String |
toString(OdfValueFormulaNoneDisplayType enumeration)
enum to String, gets the name of this enum constant as a string. |
static OdfValueFormulaNoneDisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfValueFormulaNoneDisplayType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final OdfValueFormulaNoneDisplayType FORMULA
public static final OdfValueFormulaNoneDisplayType NONE
public static final OdfValueFormulaNoneDisplayType VALUE
| Method Detail |
|---|
public static OdfValueFormulaNoneDisplayType[] values()
for (OdfValueFormulaNoneDisplayType c : OdfValueFormulaNoneDisplayType.values()) System.out.println(c);
public static OdfValueFormulaNoneDisplayType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<OdfValueFormulaNoneDisplayType>public static String toString(OdfValueFormulaNoneDisplayType enumeration)
enumeration - the constant of OdfValueFormulaNoneDisplayType, see text:display
public static OdfValueFormulaNoneDisplayType enumValueOf(String stringValue)
stringValue - the name of OdfValueFormulaNoneDisplayType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||