Interface ItemType.WithSequenceTypeCache

    • Method Detail

      • one

        SequenceType one()
        Get a sequence type representing exactly one instance of this atomic type
        Returns:
        a sequence type representing exactly one instance of this atomic type
        Since:
        9.8.0.2
      • zeroOrOne

        SequenceType zeroOrOne()
        Get a sequence type representing zero or one instances of this atomic type
        Returns:
        a sequence type representing zero or one instances of this atomic type
        Since:
        9.8.0.2
      • oneOrMore

        SequenceType oneOrMore()
        Get a sequence type representing one or more instances of this atomic type
        Returns:
        a sequence type representing one or more instances of this atomic type
        Since:
        9.8.0.2
      • zeroOrMore

        SequenceType zeroOrMore()
        Get a sequence type representing one or more instances of this atomic type
        Returns:
        a sequence type representing one or more instances of this atomic type
        Since:
        9.8.0.2