|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OdfPackage.OdfFile>
org.odftoolkit.odfdom.pkg.OdfPackage.OdfFile
public static enum OdfPackage.OdfFile
| Enum Constant Summary | |
|---|---|
IMAGE_DIRECTORY
The image directory is not defined by the OpenDocument standard, nevertheless the most spread ODF application OpenOffice.org is using the directory named "Pictures". |
|
MANIFEST
The "META-INF/manifest.xml" file is defined by the ODF 1.2 part 3 Package specification. |
|
MEDIA_TYPE
The "mimetype" file is defined by the ODF 1.2 part 3 Package specification. |
|
| Method Summary | |
|---|---|
String |
getPath()
|
static OdfPackage.OdfFile |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfPackage.OdfFile[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdfPackage.OdfFile IMAGE_DIRECTORY
public static final OdfPackage.OdfFile MANIFEST
public static final OdfPackage.OdfFile MEDIA_TYPE
| Method Detail |
|---|
public static OdfPackage.OdfFile[] values()
for (OdfPackage.OdfFile c : OdfPackage.OdfFile.values()) System.out.println(c);
public static OdfPackage.OdfFile valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||