public class ArgumentType extends Object
The following schema fragment specifies the expected content contained within this java content object.
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName"> <enumeration value="number"/> <enumeration value="date"/> <enumeration value="time"/> <enumeration value="text"/> </restriction>
Modifier and Type | Field and Description |
---|---|
static String |
_DATE |
static String |
_NUMBER |
static String |
_TEXT |
static String |
_TIME |
static ArgumentType |
DATE |
static ArgumentType |
NUMBER |
static ArgumentType |
TEXT |
static ArgumentType |
TIME |
Modifier | Constructor and Description |
---|---|
protected |
ArgumentType(String v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ArgumentType |
fromString(String str) |
static ArgumentType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final ArgumentType NUMBER
public static final ArgumentType DATE
public static final ArgumentType TIME
public static final ArgumentType TEXT
protected ArgumentType(String v)
public static ArgumentType fromValue(String value)
public static ArgumentType fromString(String str)
Copyright © 2005-2012 jDTAUS. All Rights Reserved.