Class MatchersSequenceType

    • Field Detail

      • expression

        protected String expression
      • sequenceIdentifier

        protected MatcherRule sequenceIdentifier
    • Constructor Detail

      • MatchersSequenceType

        public MatchersSequenceType()
    • Method Detail

      • getExpression

        public String getExpression()
        This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences.
      • setExpression

        public void setExpression​(String value)
        This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences.
      • getSequenceIdentifier

        public MatcherRule getSequenceIdentifier()
        This rule influences the naming of the generated Sequence identifier.
      • setSequenceIdentifier

        public void setSequenceIdentifier​(MatcherRule value)
        This rule influences the naming of the generated Sequence identifier.
      • withExpression

        public MatchersSequenceType withExpression​(String value)
        This sequence matcher applies to all unqualified or qualified sequence names matched by this expression. If left empty, this matcher applies to all sequences.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object