-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description booleancontainsSegment(String name)Determine if the named segment is present in this schema.LoopImplementationgetImplementation()Retrieve theLoopImplementationthat is the entry point of the implementation schema.default EDIComplexTypegetMainLoop()Deprecated.usegetStandard()insteadEDIComplexTypegetStandard()Retrieve theEDIComplexTypethat is the entry point of the standard schema.EDITypegetType(String name)Retrieve anEDITypeby name.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getMainLoop
@Deprecated default 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
-
getType
EDIType getType(String name)
Retrieve anEDITypeby name.- Parameters:
name- name of the type (e.g. segment tag or an element's unique identifier)- Returns:
- the type having the name requested, null if not present in this schema.
-
containsSegment
boolean containsSegment(String name)
Determine if the named segment is present in this schema.- Parameters:
name- segment tag- Returns:
- true if a segment with the given name is present, otherwise false
-
-