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 StringgetParameterName()booleanisForcible()
-
-
-
Method Detail
-
isForcible
boolean isForcible()
-
getParameterName
String getParameterName()
-
-