-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSegment(String name)LoopImplementationgetImplementation()Retrieve theLoopImplementationthat is the entry point of the implementation schema.EDIComplexTypegetMainLoop()Deprecated.usegetStandard()insteadEDIComplexTypegetStandard()Retrieve theEDIComplexTypethat is the entry point of the standard schema.EDITypegetType(String name)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getMainLoop
@Deprecated EDIComplexType getMainLoop()
Deprecated.usegetStandard()insteadRetrieve theEDIComplexTypethat is the entry point of the standard schema.- Returns:
- the standard schema root type
-
getStandard
EDIComplexType getStandard()
Retrieve theEDIComplexTypethat is the entry point of the standard schema.- Returns:
- the standard schema root type
-
getImplementation
LoopImplementation getImplementation()
Retrieve theLoopImplementationthat is the entry point of the implementation schema.- Returns:
- the implementation schema root type
-
containsSegment
boolean containsSegment(String name)
-
-