public enum DescriptionType extends Enum<DescriptionType>
| Enum Constant and Description |
|---|
Abstract
Constant ABSTRACT
|
Methods
Constant METHODS
|
Other
Constant OTHER
|
SeriesInformation
Constant SERIESINFORMATION
|
TableOfContents
Constant TABLEOFCONTENTS
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptionType |
fromValue(String value)
Method fromValue.
|
void |
setValue(String value) |
String |
toString()
Method toString.
|
String |
value()
Method value.
|
static DescriptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptionType Abstract
public static final DescriptionType SeriesInformation
public static final DescriptionType TableOfContents
public static final DescriptionType Other
public static final DescriptionType Methods
public static DescriptionType[] values()
for (DescriptionType c : DescriptionType.values()) System.out.println(c);
public static DescriptionType 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 static DescriptionType fromValue(String value)
value - public void setValue(String value)
value - public String toString()
toString in class Enum<DescriptionType>public String value()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.