public enum DocFormat extends Enum<DocFormat>
Enum Constant and Description |
---|
DOC |
DUBLIN_CORE |
DUBLIN_UNQUALIFIED |
MARC |
OLEML |
ONIXPL |
PDF |
XSLT |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getDescription() |
boolean |
isEqualTo(String input) |
static DocFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocFormat DUBLIN_CORE
public static final DocFormat DUBLIN_UNQUALIFIED
public static DocFormat[] values()
for (DocFormat c : DocFormat.values()) System.out.println(c);
public static DocFormat 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 getDescription()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.