Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama
Class ArgumentType

java.lang.Object
  extended byoracle.panama.util.Enum
      extended byoracle.panama.ArgumentType

All Implemented Interfaces:
java.io.Serializable

public final class ArgumentType
extends oracle.panama.util.Enum

The supported argument types.

See Also:
Serialized Form

Field Summary
static ArgumentType ENUM
The enum constant.
static ArgumentType FILE
The file constant.
static ArgumentType MULTI_LINE
The multi line constant.
static ArgumentType PASSWORD
The password constant.
static ArgumentType SINGLE_LINE
The single line constant.

Method Summary
static ArgumentType getArgumentType(int intValue)

Methods inherited from class oracle.panama.util.Enum
equals, intValue, toString, valueOf, valueOf

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

ENUM

public static final ArgumentType ENUM
The enum constant.

FILE

public static final ArgumentType FILE
The file constant.

MULTI_LINE

public static final ArgumentType MULTI_LINE
The multi line constant.

PASSWORD

public static final ArgumentType PASSWORD
The password constant.

SINGLE_LINE

public static final ArgumentType SINGLE_LINE
The single line constant.

Method Detail

getArgumentType

public static ArgumentType getArgumentType(int intValue)

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.