|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OdfKeyType>
org.odftoolkit.odfdom.dom.type.text.OdfKeyType
public enum OdfKeyType
DOM implementation of OpenDocument attribute text:key.
| Method Summary | |
|---|---|
static OdfKeyType |
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(OdfKeyType enumeration)
enum to String, gets the name of this enum constant as a string. |
static OdfKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfKeyType[] |
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 OdfKeyType ANNOTE
public static final OdfKeyType IDENTIFIER
public static final OdfKeyType VOLUME
public static final OdfKeyType MONTH
public static final OdfKeyType ADDRESS
public static final OdfKeyType SCHOOL
public static final OdfKeyType EDITOR
public static final OdfKeyType URL
public static final OdfKeyType NUMBER
public static final OdfKeyType PAGES
public static final OdfKeyType ORGANIZATIONS
public static final OdfKeyType INSTITUTION
public static final OdfKeyType NOTE
public static final OdfKeyType YEAR
public static final OdfKeyType REPORT_TYPE
public static final OdfKeyType ISBN
public static final OdfKeyType TITLE
public static final OdfKeyType CHAPTER
public static final OdfKeyType AUTHOR
public static final OdfKeyType JOURNAL
public static final OdfKeyType PUBLISHER
public static final OdfKeyType BOOKTITLE
public static final OdfKeyType BIBLIOGRAPHY_TYPE
public static final OdfKeyType HOWPUBLISHED
public static final OdfKeyType CUSTOM5
public static final OdfKeyType ISSN
public static final OdfKeyType CUSTOM4
public static final OdfKeyType CUSTOM3
public static final OdfKeyType SERIES
public static final OdfKeyType EDITION
public static final OdfKeyType CUSTOM2
public static final OdfKeyType CUSTOM1
| Method Detail |
|---|
public static OdfKeyType[] values()
for (OdfKeyType c : OdfKeyType.values()) System.out.println(c);
public static OdfKeyType 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<OdfKeyType>public static String toString(OdfKeyType enumeration)
enumeration - the constant of OdfKeyType, see text:key
public static OdfKeyType enumValueOf(String stringValue)
stringValue - the name of OdfKeyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||