org.odftoolkit.odfvalidator
public enum OdfVersion extends Enum<OdfVersion>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OdfVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdfVersion |
valueOf(String _aString,
boolean _bAttrValue) |
static OdfVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdfVersion V1_0
public static final OdfVersion V1_1
public static final OdfVersion V1_2
public static OdfVersion[] values()
for (OdfVersion c : OdfVersion.values()) System.out.println(c);
public static OdfVersion 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<OdfVersion>
public static OdfVersion valueOf(String _aString, boolean _bAttrValue)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.