org.odftoolkit.odfdom.dom.attribute.text
public static enum TextBibliographyTypeAttribute.Value extends Enum<TextBibliographyTypeAttribute.Value>
Enum Constant and Description |
---|
ARTICLE |
BOOK |
BOOKLET |
CONFERENCE |
CUSTOM1 |
CUSTOM2 |
CUSTOM3 |
CUSTOM4 |
CUSTOM5 |
EMAIL |
INBOOK |
INCOLLECTION |
INPROCEEDINGS |
JOURNAL |
MANUAL |
MASTERSTHESIS |
MISC |
PHDTHESIS |
PROCEEDINGS |
TECHREPORT |
UNPUBLISHED |
WWW |
Modifier and Type | Method and Description |
---|---|
static TextBibliographyTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TextBibliographyTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextBibliographyTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextBibliographyTypeAttribute.Value ARTICLE
public static final TextBibliographyTypeAttribute.Value BOOK
public static final TextBibliographyTypeAttribute.Value BOOKLET
public static final TextBibliographyTypeAttribute.Value CONFERENCE
public static final TextBibliographyTypeAttribute.Value CUSTOM1
public static final TextBibliographyTypeAttribute.Value CUSTOM2
public static final TextBibliographyTypeAttribute.Value CUSTOM3
public static final TextBibliographyTypeAttribute.Value CUSTOM4
public static final TextBibliographyTypeAttribute.Value CUSTOM5
public static final TextBibliographyTypeAttribute.Value EMAIL
public static final TextBibliographyTypeAttribute.Value INBOOK
public static final TextBibliographyTypeAttribute.Value INCOLLECTION
public static final TextBibliographyTypeAttribute.Value INPROCEEDINGS
public static final TextBibliographyTypeAttribute.Value JOURNAL
public static final TextBibliographyTypeAttribute.Value MANUAL
public static final TextBibliographyTypeAttribute.Value MASTERSTHESIS
public static final TextBibliographyTypeAttribute.Value MISC
public static final TextBibliographyTypeAttribute.Value PHDTHESIS
public static final TextBibliographyTypeAttribute.Value PROCEEDINGS
public static final TextBibliographyTypeAttribute.Value TECHREPORT
public static final TextBibliographyTypeAttribute.Value UNPUBLISHED
public static final TextBibliographyTypeAttribute.Value WWW
public static TextBibliographyTypeAttribute.Value[] values()
for (TextBibliographyTypeAttribute.Value c : TextBibliographyTypeAttribute.Value.values()) System.out.println(c);
public static TextBibliographyTypeAttribute.Value valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<TextBibliographyTypeAttribute.Value>
public static TextBibliographyTypeAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.