|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameterizable
This interface enables to process any parameterizable object.
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getParametersNames()
Get the names of the supported parameters. |
boolean |
isSupported(java.lang.String name)
Check if a parameter is supported. |
Method Detail |
---|
java.util.Collection<java.lang.String> getParametersNames()
isSupported(String)
boolean isSupported(java.lang.String name)
Supported parameters are those listed by getParametersNames()
.
name
- parameter name to check
getParametersNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |