| org.jibx.binding.def.IContextObj
All known Subclasses: org.jibx.binding.def.ObjectBinding,
IContextObj | public interface IContextObj (Code) | | Containing object context interface. This interface is implemented by binding
definition components that link to objects and can contain nested components.
author: Dennis M. Sosnoski version: 1.0 |
getBoundClass | public BoundClass getBoundClass()(Code) | | Get class linked to binding element.
information for class linked by binding |
setIdChild | public boolean setIdChild(IComponent child)(Code) | | Set ID property. Tells the parent binding element that a particular
child defines an ID property for the class linked to the parent.
Parameters: child - child defining the ID property true if successful, false if IDalready defined |
|
|