Interface IContextObj

All Superinterfaces:
ITypeBinding
All Known Implementing Classes:
ObjectBinding

public interface IContextObj extends ITypeBinding
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
  • Method Details

    • getBoundClass

      BoundClass getBoundClass()
      Get class linked to binding element.
      Returns:
      information for class linked by binding
    • setIdChild

      boolean setIdChild(IComponent child)
      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
      Returns:
      true if successful, false if ID already defined