|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.FileVersion
public final class FileVersion
Instances of this class represent enumerated file version values.
| Field Summary | |
|---|---|
static FileVersion |
VERSION_1_0
Constant representing file version. |
static FileVersion |
VERSION_3_0
Constant representing file version. |
static FileVersion |
VERSION_4_0
Constant representing file version. |
| Method Summary | |
|---|---|
static FileVersion |
getInstance(String value)
Retrieve a FileVersion instance representing the supplied value. |
int |
getValue()
Retrieves the int representation of the file version. |
String |
toString()
Retrieve the string representation of this file type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FileVersion VERSION_1_0
public static final FileVersion VERSION_3_0
public static final FileVersion VERSION_4_0
| Method Detail |
|---|
public int getValue()
public static FileVersion getInstance(String value)
value - file version value
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||