Class Attribute


  • public class Attribute
    extends Object
    The model representing an attribute in Selector.
    Since:
    6.0.0
    Author:
    simonpai
    • Constructor Detail

      • Attribute

        public Attribute​(String name)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • setValue

        public void setValue​(String value,
                             boolean quoted)
      • isQuoted

        public boolean isQuoted()
      • setQuoted

        public void setQuoted​(boolean quoted)