|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
inetsoft.sree.soap.ParameterValueType
public final class ParameterValueType
Enumeration of the possible data type of a parameter value.
| Field Summary | |
|---|---|
static ParameterValueType |
BOOLEAN
Indicates that the value is a boolean. |
static ParameterValueType |
DATE
Indicates that the value is a date. |
static ParameterValueType |
DOUBLE
Indicates that the value is a double. |
static ParameterValueType |
INTEGER
Indicates that the value is an integer. |
static ParameterValueType |
STRING
Indicates that the value is a string. |
static ParameterValueType |
TIME
Indicates that the value is a time. |
static ParameterValueType |
TIME_INSTANT
Indicates that the value is a date and time. |
| Method Summary | |
|---|---|
String |
value()
Gets the value used to represent this type in XML. |
static ParameterValueType |
valueOf(String name)
|
static ParameterValueType[] |
values()
|
| 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 |
| Field Detail |
|---|
public static final ParameterValueType STRING
public static final ParameterValueType BOOLEAN
public static final ParameterValueType DOUBLE
public static final ParameterValueType INTEGER
public static final ParameterValueType TIME
public static final ParameterValueType TIME_INSTANT
public static final ParameterValueType DATE
| Method Detail |
|---|
public static ParameterValueType[] values()
public static ParameterValueType valueOf(String name)
public String value()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||