Class ShorthandEntry


  • public class ShorthandEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShorthandEntry​(java.lang.String name, java.lang.String value, java.lang.Boolean important)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getImportant()
      Whether the property has "!important" annotation (implies `false` if absent).
      java.lang.String getName()
      Shorthand name.
      java.lang.String getValue()
      Shorthand value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShorthandEntry

        public ShorthandEntry​(java.lang.String name,
                              java.lang.String value,
                              java.lang.Boolean important)
    • Method Detail

      • getName

        public java.lang.String getName()
        Shorthand name.
      • getValue

        public java.lang.String getValue()
        Shorthand value.
      • getImportant

        public java.lang.Boolean getImportant()
        Whether the property has "!important" annotation (implies `false` if absent).