-
- All Known Subinterfaces:
CompositeImplementation,EDITypeImplementation,ElementImplementation,LoopImplementation,PolymorphicImplementation,SegmentImplementation
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()
-
-