Package com.esprow.oapi.repository
Interface OapiBlockAssignment
public interface OapiBlockAssignment
An element specifying the assignment of fields in entries of a repeating group.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of all elements present within the container.Returns a list of references to components.Returns a list of references to fields.Returns a list of references to groups.
-
Method Details
-
getAllElements
MixedContent getAllElements()Returns a list of all elements present within the container.- Returns:
- a list of all elements present within the container
-
getComponentRefs
List<OapiComponentRef> getComponentRefs()Returns a list of references to components.- Returns:
- a list of references to components
-
getGroupRefs
List<OapiGroupRef> getGroupRefs()Returns a list of references to groups.- Returns:
- a list of references to groups
-
getFieldRefs
List<OapiFieldRef> getFieldRefs()Returns a list of references to fields.- Returns:
- a list of references to fields
-