Interface EDILoopType

All Superinterfaces:
EDIComplexType, EDIType

public interface EDILoopType extends EDIComplexType
Provides access to attributes specified for a loop complex type.
Since:
1.18
  • Method Details

    • getLevelIdPosition

      EDIElementPosition getLevelIdPosition()
      For hierarchical loops, get the position of the element within the first segment that identifies the loop. If not a hierarchical loop, null is returned.
      Returns:
      the position of the element holding the loop's level ID
    • getParentIdPosition

      EDIElementPosition getParentIdPosition()
      For hierarchical loops, get the position of the element within the first segment that identifies the parent of the loop. If not a hierarchical loop, null is returned.
      Returns:
      the position of the element holding the loop's parent level ID