|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TranslationTableMain.ArgumentState>
de.olafpanz.translationtable.TranslationTableMain.ArgumentState
private static enum TranslationTableMain.ArgumentState
States when arguments are read
| Enum Constant Summary | |
|---|---|
AbsoluteRCPPath
Next argument is absolute rcp path. |
|
AbsoluteSourcePath
Next is an absoulte source path |
|
AbsoluteXMLExport
Export last loaded translation table to xml with absolute path specification |
|
Default
Next is ODS or parameter prefix |
|
JDK
Next is JDK number |
|
ReadODS
Next parameter is an ods file and should be processed. |
|
ReadXML
Next parameter is an xml file and should be processed. |
|
RelativeRCPPath
Next argument is relative rcp path. |
|
RelativeSourcePath
Next is a relative source path. |
|
RelativeXMLExport
Export last loaded translation table to xml with relative path specification |
|
| Method Summary | |
|---|---|
static TranslationTableMain.ArgumentState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranslationTableMain.ArgumentState[] |
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 TranslationTableMain.ArgumentState Default
public static final TranslationTableMain.ArgumentState AbsoluteXMLExport
public static final TranslationTableMain.ArgumentState RelativeXMLExport
public static final TranslationTableMain.ArgumentState JDK
public static final TranslationTableMain.ArgumentState AbsoluteSourcePath
public static final TranslationTableMain.ArgumentState RelativeSourcePath
public static final TranslationTableMain.ArgumentState AbsoluteRCPPath
public static final TranslationTableMain.ArgumentState RelativeRCPPath
public static final TranslationTableMain.ArgumentState ReadODS
public static final TranslationTableMain.ArgumentState ReadXML
| Method Detail |
|---|
public static TranslationTableMain.ArgumentState[] values()
for (TranslationTableMain.ArgumentState c : TranslationTableMain.ArgumentState.values()) System.out.println(c);
public static TranslationTableMain.ArgumentState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||