|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bindable
This interface is used to wrap every object that should be connected to business interface either from outside or inside.
Method Summary | |
---|---|
java.lang.String |
getInterfaceName()
Returns business interface name to be bound to as defined on frame. |
SOFAInterfaceType |
getInterfaceType()
Returns type of business interface to be bound to. |
java.lang.Object |
getReference()
Returns referernce to the interface that is called from the control part of the component. |
boolean |
isInner()
Indicates whether the unit should be connected on the inner or the outer side of the component control part. |
void |
setReference(java.lang.Object ref)
Set reference to the business interface which is called by the unit. |
Method Detail |
---|
java.lang.String getInterfaceName()
SOFAInterfaceType getInterfaceType()
boolean isInner()
java.lang.Object getReference()
void setReference(java.lang.Object ref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |