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

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

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

The value set of text:bibliography-data-field.


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 TextBibliographyDataFieldAttribute.Value enumValueOf(String value)
           
 String toString()
           
static TextBibliographyDataFieldAttribute.Value valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextBibliographyDataFieldAttribute.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 TextBibliographyDataFieldAttribute.Value ADDRESS

ANNOTE

public static final TextBibliographyDataFieldAttribute.Value ANNOTE

AUTHOR

public static final TextBibliographyDataFieldAttribute.Value AUTHOR

BIBLIOGRAPHY_TYPE

public static final TextBibliographyDataFieldAttribute.Value BIBLIOGRAPHY_TYPE

BOOKTITLE

public static final TextBibliographyDataFieldAttribute.Value BOOKTITLE

CHAPTER

public static final TextBibliographyDataFieldAttribute.Value CHAPTER

CUSTOM1

public static final TextBibliographyDataFieldAttribute.Value CUSTOM1

CUSTOM2

public static final TextBibliographyDataFieldAttribute.Value CUSTOM2

CUSTOM3

public static final TextBibliographyDataFieldAttribute.Value CUSTOM3

CUSTOM4

public static final TextBibliographyDataFieldAttribute.Value CUSTOM4

CUSTOM5

public static final TextBibliographyDataFieldAttribute.Value CUSTOM5

EDITION

public static final TextBibliographyDataFieldAttribute.Value EDITION

EDITOR

public static final TextBibliographyDataFieldAttribute.Value EDITOR

HOWPUBLISHED

public static final TextBibliographyDataFieldAttribute.Value HOWPUBLISHED

IDENTIFIER

public static final TextBibliographyDataFieldAttribute.Value IDENTIFIER

INSTITUTION

public static final TextBibliographyDataFieldAttribute.Value INSTITUTION

ISBN

public static final TextBibliographyDataFieldAttribute.Value ISBN

ISSN

public static final TextBibliographyDataFieldAttribute.Value ISSN

JOURNAL

public static final TextBibliographyDataFieldAttribute.Value JOURNAL

MONTH

public static final TextBibliographyDataFieldAttribute.Value MONTH

NOTE

public static final TextBibliographyDataFieldAttribute.Value NOTE

NUMBER

public static final TextBibliographyDataFieldAttribute.Value NUMBER

ORGANIZATIONS

public static final TextBibliographyDataFieldAttribute.Value ORGANIZATIONS

PAGES

public static final TextBibliographyDataFieldAttribute.Value PAGES

PUBLISHER

public static final TextBibliographyDataFieldAttribute.Value PUBLISHER

REPORT_TYPE

public static final TextBibliographyDataFieldAttribute.Value REPORT_TYPE

SCHOOL

public static final TextBibliographyDataFieldAttribute.Value SCHOOL

SERIES

public static final TextBibliographyDataFieldAttribute.Value SERIES

TITLE

public static final TextBibliographyDataFieldAttribute.Value TITLE

URL

public static final TextBibliographyDataFieldAttribute.Value URL

VOLUME

public static final TextBibliographyDataFieldAttribute.Value VOLUME

YEAR

public static final TextBibliographyDataFieldAttribute.Value YEAR
Method Detail

values

public static TextBibliographyDataFieldAttribute.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 (TextBibliographyDataFieldAttribute.Value c : TextBibliographyDataFieldAttribute.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 TextBibliographyDataFieldAttribute.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<TextBibliographyDataFieldAttribute.Value>

enumValueOf

public static TextBibliographyDataFieldAttribute.Value enumValueOf(String value)


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