Class Property

  • All Implemented Interfaces:
    java.io.Serializable

    public class Property
    extends java.lang.Object
    implements java.io.Serializable
    Version:
    $Release$
    Author:
    David Schweinsberg
    See Also:
    Serialized Form
    • Constructor Detail

      • Property

        public Property​(java.lang.String name,
                        CSSValue value,
                        boolean important)
        Creates new Property
    • Method Detail

      • getName

        public java.lang.String getName()
      • isImportant

        public boolean isImportant()
      • setValue

        public void setValue​(CSSValue value)
      • setImportant

        public void setImportant​(boolean important)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object