Package org.frankframework.parameters
Class ParameterValue
java.lang.Object
org.frankframework.parameters.ParameterValue
- Author:
- John Dekker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
asBooleanValue
(boolean defaultValue) int
asIntegerValue
(int defaultValue) long
asLongValue
(long defaultValue) asStringValue
(String defaultValue) Returns the description of the IParametergetName()
Returns the name of the IParametergetValue()
Returns the value of the IParametervoid
setDefinition
(IParameter IParameterDef) void
Sets value for the IParameter
-
Constructor Details
-
ParameterValue
-
-
Method Details
-
getDefinition
Returns the description of the IParameter -
getName
Returns the name of the IParameter -
getValue
Returns the value of the IParameter -
asMessage
-
setDefinition
-
setValue
Sets value for the IParameter -
asBooleanValue
public boolean asBooleanValue(boolean defaultValue) - Parameters:
defaultValue
- returned if value is null- Returns:
- convert the value to a boolean
-
asIntegerValue
public int asIntegerValue(int defaultValue) - Parameters:
defaultValue
- returned if value is null- Returns:
- convert the value to an int
-
asLongValue
public long asLongValue(long defaultValue) - Parameters:
defaultValue
- returned if value is null- Returns:
- convert the value to a long
-
asStringValue
- Returns:
- convert the value to a string
-
asStringValue
- Parameters:
defaultValue
- returned if value is null- Returns:
- convert the value to a string
-
asCollection
- Throws:
ParameterException
-