Enum IncompleteSequenceBehaviorType

  • All Implemented Interfaces:
    Serializable, Comparable<IncompleteSequenceBehaviorType>

    public enum IncompleteSequenceBehaviorType
    extends Enum<IncompleteSequenceBehaviorType>

    Java class for IncompleteSequenceBehaviorType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="IncompleteSequenceBehaviorType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="DiscardEntireSequence"/>
         <enumeration value="DiscardFollowingFirstGap"/>
         <enumeration value="NoDiscard"/>
       </restriction>
     </simpleType>