|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OperaArgument.OperaArgumentSign>
com.opera.core.systems.arguments.OperaArgument.OperaArgumentSign
public static enum OperaArgument.OperaArgumentSign
Holds definitions for prepended signs for arguments in various styles. Available signs are
GNU_SIGN, POSIX_SIGN and WINDOWS_SIGN.
OperaArguments| Enum Constant Summary | |
|---|---|
GNU_SIGN
The GNU sign consists of two dashes, --. |
|
POSIX_SIGN
The POSIX sign consists of one dash, -. |
|
WINDOWS_SIGN
The WINDOWS sign consists of a slash, /. |
|
| Method Summary | |
|---|---|
String |
getValue()
Gets the string representation value of the specified sign. |
static OperaArgument.OperaArgumentSign |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperaArgument.OperaArgumentSign[] |
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 OperaArgument.OperaArgumentSign GNU_SIGN
public static final OperaArgument.OperaArgumentSign POSIX_SIGN
public static final OperaArgument.OperaArgumentSign WINDOWS_SIGN
| Method Detail |
|---|
public static OperaArgument.OperaArgumentSign[] values()
for (OperaArgument.OperaArgumentSign c : OperaArgument.OperaArgumentSign.values()) System.out.println(c);
public static OperaArgument.OperaArgumentSign 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 getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||