Package org.frankframework.parameters
Class ParameterValue
java.lang.Object
org.frankframework.parameters.ParameterValue
- Author:
- John Dekker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanasBooleanValue(boolean defaultValue) intasIntegerValue(int defaultValue) longasLongValue(long defaultValue) asStringValue(String defaultValue) Returns the description of the IParametergetName()Returns the name of the IParametergetValue()Returns the value of the IParametervoidsetDefinition(IParameter IParameterDef) voidSets 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
-