Helper class to return the input value and provide helper methods to convert the value into needed types.
public class InputValue
All public members of the InputValue class, including all inherited members.
Name | Description |
---|---|
Constructor. | |
The Boolean value of this input. | |
The Double value of this input. | |
The Integer value of this input. | |
The Long value of this input. | |
Get the MSISDN in international format based on the specified country code. | |
The String value of this input. | |
Returns a string representation of this instance. |
Internally, InputValue has two fields: name and value. If not provided, the name will be set to an empty string. The name and value will be set in the exception message when occurs.
InputValue constructor
getBoolean method
getDouble method
getInt method
getLong method
getMsisdn method
getString method
toString method
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, Sybase, Inc. - Brand Mobiliser API 1.3.0 - October 24, 2012 |