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 TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.inthashCode()Deprecated.voidsetInterpreted(I interpreted) Deprecated.voidsetVerbatim(V verbatim) Deprecated.toString()Deprecated.
-
Constructor Details
-
InterpretedField
public InterpretedField()Deprecated. -
InterpretedField
Deprecated.
-
-
Method Details