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 interfaceAttachable.InDefinition<ParentT>The final stage of the child object definition, as which it can be attached to the parent.static interfaceAttachable.InDefinitionAlt<ParentT>The final stage of the child object definition, as which it can be attached to the parent.static interfaceAttachable.InUpdate<ParentT>The final stage of the child object definition, as which it can be attached to the parent.static interfaceAttachable.InUpdateAlt<ParentT>The final stage of the child object definition, as which it can be attached to the parent.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentTattach()Attaches this child object's definition to its parent's definition.
-
-
-
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
-
-