|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.soap.ParameterValue
public class ParameterValue
Class that encapsulates a parameter value.
| 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 |
|---|
public ParameterValue()
| Method Detail |
|---|
public ParameterValueType getType()
public void setType(ParameterValueType type)
type - the type.public String getFormat()
public void setFormat(String format)
format - the format pattern.public String getValue()
public void setValue(String value)
value - the 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 | ||||||||