Interface Attachable<ParentT>

  • Type Parameters:
    ParentT - the stage of the parent definition to return to after attaching this definition.

    public interface Attachable<ParentT>
    The final stage of the child object definition, at which it can be attached to the parent.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Attachable.InDefinition<ParentT>
      The final stage of the child object definition, as which it can be attached to the parent.
      static interface  Attachable.InDefinitionAlt<ParentT>
      The final stage of the child object definition, as which it can be attached to the parent.
      static interface  Attachable.InUpdate<ParentT>
      The final stage of the child object definition, as which it can be attached to the parent.
      static interface  Attachable.InUpdateAlt<ParentT>
      The final stage of the child object definition, as which it can be attached to the parent.
    • Method Detail

      • attach

        ParentT attach()
        Attaches this child object's definition to its parent's definition.
        Returns:
        the next stage of the parent object's definition