Class Property<V>

  • All Implemented Interfaces:
    java.io.Serializable

    public class Property<V>
    extends java.lang.Object
    implements java.io.Serializable
    A key/value property
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_KEY

        public static final Name FIELD_NAME_KEY
      • FIELD_NAME_VALUE

        public static final Name FIELD_NAME_VALUE
      • key

        public final PropertyKey key
        They key of the property
      • value

        public final V value
        The value of the property
    • Constructor Detail

    • Method Detail

      • equals

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

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

        public Property withValue​(V value)