|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImplementationDetail
This is a simple tag-value interface for associating auxiliary mapping information with operators and their parameters.
The tags (labels) of the details are mapping specific and have to be fixed by implementors. Examples might include:
(JAVA_CLASS,"MyClass")
, to provide the Java class that
implements an operator
(PARAM_TYPE,"int")
, to provide a concrete type for a
parameter
Which labels are actually provided needs to be specified in the implementation.
Method Summary | |
---|---|
String |
getLabel()
Return the label. |
String |
getValue()
Return the value. |
Method Detail |
---|
String getLabel()
String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |