Class ParameterMappingBlockValue
- Object
-
- ParameterMappingBlockValue
-
- All Implemented Interfaces:
Serializable
,ParameterMapping
public class ParameterMappingBlockValue extends Object implements ParameterMapping, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterMappingBlockValue()
ParameterMappingBlockValue(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameterName()
boolean
isForcible()
void
setParameterName(String parameterName)
-
-
-
Constructor Detail
-
ParameterMappingBlockValue
public ParameterMappingBlockValue(String name)
-
ParameterMappingBlockValue
public ParameterMappingBlockValue()
-
-
Method Detail
-
setParameterName
public void setParameterName(String parameterName)
-
getParameterName
public String getParameterName()
- Specified by:
getParameterName
in interfaceParameterMapping
-
isForcible
public boolean isForcible()
- Specified by:
isForcible
in interfaceParameterMapping
-
-