Interface ObjectKeyType

    • Method Detail

      • getName

        QName getName()
        The name of the key if it is a named key else throws a NoSuchElementException.
        Returns:
        The name of the key.
        Throws:
        NoSuchElementException - if it is not a named key.
      • isName

        boolean isName()
        Return if the this is a named key or not
        Returns:
        True if it is a named key
      • getPattern

        Pattern getPattern()
        The pattern of the key if it is a pattern based key else throws a NoSuchElementException.
        Returns:
        The name of the key.
        Throws:
        NoSuchElementException - if it is not a pattern based key.
      • isPattern

        boolean isPattern()
        Return if the this is a pattern key or not.
        Returns:
        True if it is a pattern key