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:
-
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 org.apache.uima.cas_data.impl.PrimitiveValueImpl
get, toFloat, toInt, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.cas_data.FeatureValue
getMethods inherited from interface org.apache.uima.cas_data.PrimitiveValue
toFloat, toInt, toString
-
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.
-