-
- All Known Subinterfaces:
CompositeImplementation,EDITypeImplementation,ElementImplementation,LoopImplementation,PolymorphicImplementation,SegmentImplementation
- All Known Implementing Classes:
BaseComplexImpl,BaseImpl,CompositeImpl,ElementImpl,LoopImpl,SegmentImpl,TransactionImpl
public interface EDIReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxOccurs()intgetMinOccurs()EDITypegetReferencedType()
-
-
-
Method Detail
-
getReferencedType
EDIType getReferencedType()
-
getMinOccurs
int getMinOccurs()
-
getMaxOccurs
int getMaxOccurs()
-
-