Package com.exedio.cope.pattern
Interface MapFieldInterface<K,V>
- All Known Implementing Classes:
EnumMapField
,MapField
public interface MapFieldInterface<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionReturns value associated with given key for item.Returns the Key Class of this.Returns the map for given item.Returns the Value Class of this.void
Sets value associated with given key for item.void
Sets the map for given item.
-
Method Details
-
getKeyClass
Returns the Key Class of this. -
getValueClass
Returns the Value Class of this. -
get
Returns value associated with given key for item. -
set
Sets value associated with given key for item. -
getMap
Returns the map for given item. -
setMap
Sets the map for given item.
-