Class StyleProperty


  • @Immutable
    public final class StyleProperty
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @NotNull java.lang.String name  
      private @NotNull java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleProperty​(@NotNull java.lang.String name, @NotNull java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      @NotNull java.lang.String name()  
      java.lang.String toString()  
      @NotNull java.lang.String value()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        @NotNull
        private final @NotNull java.lang.String name
      • value

        @NotNull
        private final @NotNull java.lang.String value
    • Constructor Detail

      • StyleProperty

        public StyleProperty​(@NotNull
                             @NotNull java.lang.String name,
                             @NotNull
                             @NotNull java.lang.String value)
    • Method Detail

      • name

        @NotNull
        public @NotNull java.lang.String name()
      • value

        @NotNull
        public @NotNull java.lang.String value()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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