ParentT
- the stage of the parent definition to return to after attaching this definition.public interface Attachable<ParentT>
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
ParentT |
attach()
Attaches this child object's definition to its parent's definition.
|
ParentT attach()
Copyright © 2019. All rights reserved.