public static enum ODFConstants.ContentType extends Enum<ODFConstants.ContentType>
Enum Constant and Description |
---|
CHART |
DRAW |
NONE |
PRESENTATION |
SPREADSHEET |
WRITE |
Modifier and Type | Method and Description |
---|---|
static ODFConstants.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODFConstants.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODFConstants.ContentType WRITE
public static final ODFConstants.ContentType SPREADSHEET
public static final ODFConstants.ContentType PRESENTATION
public static final ODFConstants.ContentType DRAW
public static final ODFConstants.ContentType CHART
public static final ODFConstants.ContentType NONE
public static ODFConstants.ContentType[] values()
for (ODFConstants.ContentType c : ODFConstants.ContentType.values()) System.out.println(c);
public static ODFConstants.ContentType 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 null