Class VinciPrimitiveValue
java.lang.Object
org.apache.uima.cas_data.impl.PrimitiveValueImpl
org.apache.uima.collection.impl.cpm.vinci.cas_data.VinciPrimitiveValue
- All Implemented Interfaces:
Serializable, FeatureValue, PrimitiveValue
Deprecated.
Use PrimitiveValueImpl instead. This is just here for backwards compatibility.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVinciPrimitiveValue(float aValue) Deprecated.VinciPrimitiveValue(float[] aValue) Deprecated.VinciPrimitiveValue(int aValue) Deprecated.VinciPrimitiveValue(int[] aValue) Deprecated.VinciPrimitiveValue(String aValue) Deprecated.VinciPrimitiveValue(String[] aValue) Deprecated. -
Method Summary
Methods inherited from class PrimitiveValueImpl
get, toFloat, toInt, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface FeatureValue
getMethods inherited from interface PrimitiveValue
toFloat, toInt, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
VinciPrimitiveValue
Deprecated. -
VinciPrimitiveValue
public VinciPrimitiveValue(int aValue) Deprecated. -
VinciPrimitiveValue
public VinciPrimitiveValue(float aValue) Deprecated. -
VinciPrimitiveValue
public VinciPrimitiveValue(int[] aValue) Deprecated. -
VinciPrimitiveValue
public VinciPrimitiveValue(float[] aValue) Deprecated. -
VinciPrimitiveValue
Deprecated.
-