Interface Property<K,V>

All Known Implementing Classes:
PropertyModel

public interface Property<K,V>
Author:
vince
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()
    • asParameter

      Object asParameter()