Class ParameterMappingBlockValue
- Object
- 
- ParameterMappingBlockValue
 
- 
- All Implemented Interfaces:
- Serializable,- ParameterMapping
 
 public class ParameterMappingBlockValue extends Object implements ParameterMapping, Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ParameterMappingBlockValue()ParameterMappingBlockValue(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParameterName()booleanisForcible()voidsetParameterName(String parameterName)
 
- 
- 
- 
Constructor Detail- 
ParameterMappingBlockValuepublic ParameterMappingBlockValue(String name) 
 - 
ParameterMappingBlockValuepublic ParameterMappingBlockValue() 
 
- 
 - 
Method Detail- 
setParameterNamepublic void setParameterName(String parameterName) 
 - 
getParameterNamepublic String getParameterName() - Specified by:
- getParameterNamein interface- ParameterMapping
 
 - 
isForciblepublic boolean isForcible() - Specified by:
- isForciblein interface- ParameterMapping
 
 
- 
 
-