- All Superinterfaces:
java.lang.Iterable<EDIType>
public interface Schema
extends java.lang.Iterable<EDIType>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
Deprecated.
Retrieve the
EDIComplexType that is the entry point of the
standard schema.
- Returns:
- the standard schema root type
-
Retrieve the
EDIComplexType that is the entry point of the
standard schema.
- Returns:
- the standard schema root type
-
- Returns:
- the implementation schema root type
-
EDIType getType(
java.lang.String name)
-
boolean containsSegment(java.lang.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