Style Intelligence v12.0

inetsoft.sree.soap
Class ParameterValue

java.lang.Object
  extended by inetsoft.sree.soap.ParameterValue

public class ParameterValue
extends Object

Class that encapsulates a parameter value.

Since:
11.2

Constructor Summary
ParameterValue()
          Creates a new instance of Value.
 
Method Summary
 String getFormat()
          Gets the format pattern used to parse this value.
 ParameterValueType getType()
          Gets the data type of this value.
 String getValue()
          Gets the value.
 void setFormat(String format)
          Sets the format pattern used to parse this value.
 void setType(ParameterValueType type)
          Sets the data type of this value.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterValue

public ParameterValue()
Creates a new instance of Value.

Method Detail

getType

public ParameterValueType getType()
Gets the data type of this value.

Returns:
the type.

setType

public void setType(ParameterValueType type)
Sets the data type of this value.

Parameters:
type - the type.

getFormat

public String getFormat()
Gets the format pattern used to parse this value.

Returns:
the format pattern.

setFormat

public void setFormat(String format)
Sets the format pattern used to parse this value.

Parameters:
format - the format pattern.

getValue

public String getValue()
Gets the value.

Returns:
the value.

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the value.

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