org.odftoolkit.odfdom.dom.attribute.text
Enum TextKeyAttribute.Value

java.lang.Object
  extended by java.lang.Enum<TextKeyAttribute.Value>
      extended by org.odftoolkit.odfdom.dom.attribute.text.TextKeyAttribute.Value
All Implemented Interfaces:
Serializable, Comparable<TextKeyAttribute.Value>
Enclosing class:
TextKeyAttribute

public static enum TextKeyAttribute.Value
extends Enum<TextKeyAttribute.Value>

The value set of text:key.


Enum Constant Summary
ADDRESS
           
ANNOTE
           
AUTHOR
           
BIBLIOGRAPHY_TYPE
           
BOOKTITLE
           
CHAPTER
           
CUSTOM1
           
CUSTOM2
           
CUSTOM3
           
CUSTOM4
           
CUSTOM5
           
EDITION
           
EDITOR
           
HOWPUBLISHED
           
IDENTIFIER
           
INSTITUTION
           
ISBN
           
ISSN
           
JOURNAL
           
MONTH
           
NOTE
           
NUMBER
           
ORGANIZATIONS
           
PAGES
           
PUBLISHER
           
REPORT_TYPE
           
SCHOOL
           
SERIES
           
TITLE
           
URL
           
VOLUME
           
YEAR
           
 
Method Summary
static TextKeyAttribute.Value enumValueOf(String value)
           
 String toString()
           
static TextKeyAttribute.Value valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextKeyAttribute.Value[] 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

ADDRESS

public static final TextKeyAttribute.Value ADDRESS

ANNOTE

public static final TextKeyAttribute.Value ANNOTE

AUTHOR

public static final TextKeyAttribute.Value AUTHOR

BIBLIOGRAPHY_TYPE

public static final TextKeyAttribute.Value BIBLIOGRAPHY_TYPE

BOOKTITLE

public static final TextKeyAttribute.Value BOOKTITLE

CHAPTER

public static final TextKeyAttribute.Value CHAPTER

CUSTOM1

public static final TextKeyAttribute.Value CUSTOM1

CUSTOM2

public static final TextKeyAttribute.Value CUSTOM2

CUSTOM3

public static final TextKeyAttribute.Value CUSTOM3

CUSTOM4

public static final TextKeyAttribute.Value CUSTOM4

CUSTOM5

public static final TextKeyAttribute.Value CUSTOM5

EDITION

public static final TextKeyAttribute.Value EDITION

EDITOR

public static final TextKeyAttribute.Value EDITOR

HOWPUBLISHED

public static final TextKeyAttribute.Value HOWPUBLISHED

IDENTIFIER

public static final TextKeyAttribute.Value IDENTIFIER

INSTITUTION

public static final TextKeyAttribute.Value INSTITUTION

ISBN

public static final TextKeyAttribute.Value ISBN

ISSN

public static final TextKeyAttribute.Value ISSN

JOURNAL

public static final TextKeyAttribute.Value JOURNAL

MONTH

public static final TextKeyAttribute.Value MONTH

NOTE

public static final TextKeyAttribute.Value NOTE

NUMBER

public static final TextKeyAttribute.Value NUMBER

ORGANIZATIONS

public static final TextKeyAttribute.Value ORGANIZATIONS

PAGES

public static final TextKeyAttribute.Value PAGES

PUBLISHER

public static final TextKeyAttribute.Value PUBLISHER

REPORT_TYPE

public static final TextKeyAttribute.Value REPORT_TYPE

SCHOOL

public static final TextKeyAttribute.Value SCHOOL

SERIES

public static final TextKeyAttribute.Value SERIES

TITLE

public static final TextKeyAttribute.Value TITLE

URL

public static final TextKeyAttribute.Value URL

VOLUME

public static final TextKeyAttribute.Value VOLUME

YEAR

public static final TextKeyAttribute.Value YEAR
Method Detail

values

public static TextKeyAttribute.Value[] 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 (TextKeyAttribute.Value c : TextKeyAttribute.Value.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TextKeyAttribute.Value valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<TextKeyAttribute.Value>

enumValueOf

public static TextKeyAttribute.Value enumValueOf(String value)


Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.