Interface IParticleMappingDS

All Superinterfaces:
IReportingDS
All Known Subinterfaces:
IAnyParticleMappingDS, IElementParticleMappingDS, IGroupParticleMappingDS
All Known Implementing Classes:
ReportingAnyParticleMappingDS, ReportingElementParticleMappingDS, ReportingGroupParticleDS, XmlAnyParticleMappingDS, XmlAnyParticleMappingDS, XmlElementParticleMappingDS, XmlElementParticleMappingDS, XmlGroupParticleMappingDS, XmlGroupParticleMappingDS

public interface IParticleMappingDS extends IReportingDS
This interface defines the base of a particle.
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The method returns the max occurs of the field.
    long
    The method returns the min occurs of the field.

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getMinOccurs

      long getMinOccurs()
      The method returns the min occurs of the field.
      Returns:
      The min occurs of the field (-1 for unbounded).
    • getMaxOccurs

      long getMaxOccurs()
      The method returns the max occurs of the field.
      Returns:
      The max occurs of the field (-1 for unbounded).