Interface ParameterMapping
-
- All Known Implementing Classes:
ParameterMappingBlockValue
,ParameterMappingDefaultValue
,ParameterMappingExpressionValue
public interface ParameterMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParameterName()
boolean
isForcible()
-
-
-
Method Detail
-
isForcible
boolean isForcible()
-
getParameterName
String getParameterName()
-
-