Style Intelligence v12.0

inetsoft.sree.soap
Class ParameterValueType

java.lang.Object
  extended by java.lang.Enum
      extended by inetsoft.sree.soap.ParameterValueType
All Implemented Interfaces:
Serializable, Comparable

public final class ParameterValueType
extends Enum

Enumeration of the possible data type of a parameter value.

Since:
11.2
See Also:
Serialized Form

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

STRING

public static final ParameterValueType STRING
Indicates that the value is a string.


BOOLEAN

public static final ParameterValueType BOOLEAN
Indicates that the value is a boolean.


DOUBLE

public static final ParameterValueType DOUBLE
Indicates that the value is a double.


INTEGER

public static final ParameterValueType INTEGER
Indicates that the value is an integer.


TIME

public static final ParameterValueType TIME
Indicates that the value is a time.


TIME_INSTANT

public static final ParameterValueType TIME_INSTANT
Indicates that the value is a date and time.


DATE

public static final ParameterValueType DATE
Indicates that the value is a date.

Method Detail

values

public static ParameterValueType[] values()

valueOf

public static ParameterValueType valueOf(String name)

value

public String value()
Gets the value used to represent this type in XML.

Returns:
the XML value.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.