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 public class InterpretedField<V,I> extends Object
Deprecated.Allows for encapsulating a verbatim and an interpreted value of any type.
-
-
Constructor Summary
Constructors Constructor Description InterpretedField()Deprecated.InterpretedField(V verbatim, I interpreted)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.IgetInterpreted()Deprecated.VgetVerbatim()Deprecated.inthashCode()Deprecated.voidsetInterpreted(I interpreted)Deprecated.voidsetVerbatim(V verbatim)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
InterpretedField
public InterpretedField()
Deprecated.
-
InterpretedField
public InterpretedField(V verbatim, I interpreted)
Deprecated.
-
-
Method Detail
-
getInterpreted
public I getInterpreted()
Deprecated.
-
setInterpreted
public void setInterpreted(I interpreted)
Deprecated.
-
getVerbatim
public V getVerbatim()
Deprecated.
-
setVerbatim
public void setVerbatim(V verbatim)
Deprecated.
-
-