Package org.gbif.api.model.common
Class InterpretedField<V,I>
java.lang.Object
org.gbif.api.model.common.InterpretedField<V,I>
- Direct Known Subclasses:
InterpretedEnum
Deprecated.
Allows for encapsulating a verbatim and an interpreted value of any type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.void
setInterpreted
(I interpreted) Deprecated.void
setVerbatim
(V verbatim) Deprecated.toString()
Deprecated.
-
Constructor Details
-
InterpretedField
public InterpretedField()Deprecated. -
InterpretedField
Deprecated.
-
-
Method Details