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 boolean
equals(Object o)
Deprecated.I
getInterpreted()
Deprecated.V
getVerbatim()
Deprecated.int
hashCode()
Deprecated.void
setInterpreted(I interpreted)
Deprecated.void
setVerbatim(V verbatim)
Deprecated.String
toString()
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.
-
-