pair)
means that the specific iView implements the specific Operation
|
Method Summary |
java.lang.String |
getIViewName()
Returns the name of the iView in the pair. |
java.lang.String |
getJavaScript()
Returns the JavaScript |
java.lang.String |
getOperationFriendlyName()
Returns the name of the relation |
java.lang.String |
getOperationName()
Returns the name of the Operation object in the pair. |
java.lang.String |
getRelationName()
Returns the name of the relation |
boolean |
isDragAndRelate()
Returns a boolean value indicating wether a DragAneRelate operation occured |
getIViewName
public java.lang.String getIViewName()
- Returns the name of the iView in the pair.
- Returns:
- String
getOperationName
public java.lang.String getOperationName()
- Returns the name of the Operation object in the pair.
- Returns:
- String
getOperationFriendlyName
public java.lang.String getOperationFriendlyName()
- Returns the name of the relation
- Returns:
- String
getRelationName
public java.lang.String getRelationName()
- Returns the name of the relation
- Returns:
- String
getJavaScript
public java.lang.String getJavaScript()
- Returns the JavaScript
- Returns:
- String
isDragAndRelate
public boolean isDragAndRelate()
- Returns a boolean value indicating wether a DragAneRelate operation occured
- Returns:
- boolean