Class TinkerProperty<V>

  • All Implemented Interfaces:
    Property<V>

    public final class TinkerProperty<V>
    extends Object
    implements Property<V>
    Author:
    Marko A. Rodriguez (http://markorodriguez.com)
    • Field Detail

      • element

        protected final Element element
      • key

        protected final String key
      • value

        protected V value
    • Constructor Detail

      • TinkerProperty

        public TinkerProperty​(Element element,
                              String key,
                              V value)