|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMetaOperations
The meta object protocol
| Method Summary | |
|---|---|
void |
addFunction(java.lang.String functionName,
java.lang.Class HostClass,
java.lang.Object HostObject)
|
void |
addParseOperation(java.lang.String dataType,
java.lang.Class HostClass,
java.lang.Object HostObject)
Add a new parsing operation to those provided by the object implementing this interface. |
java.lang.String[] |
inspectFunctions()
|
java.lang.String[] |
inspectParseOperations()
|
void |
removeFunction(java.lang.String functionName)
|
void |
removeParseOperation(java.lang.String dataType)
Remove a deployed parsing operation. |
| Method Detail |
|---|
void addParseOperation(java.lang.String dataType,
java.lang.Class HostClass,
java.lang.Object HostObject)
dataType - The type of object that the operation reads/parsesHostClass - The class of the object where the operation is hostedHostObject - The object where the operation is hostedvoid removeParseOperation(java.lang.String dataType)
dataType - The type of object that the operation reads/parses
void addFunction(java.lang.String functionName,
java.lang.Class HostClass,
java.lang.Object HostObject)
void removeFunction(java.lang.String functionName)
java.lang.String[] inspectParseOperations()
java.lang.String[] inspectFunctions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||