org.apache.uima.collection.impl.cpm.vinci.cas_data
Class VinciPrimitiveValue

java.lang.Object
  extended by org.apache.uima.cas_data.impl.PrimitiveValueImpl
      extended by org.apache.uima.collection.impl.cpm.vinci.cas_data.VinciPrimitiveValue
All Implemented Interfaces:
java.io.Serializable, FeatureValue, PrimitiveValue

Deprecated. Use PrimitiveValueImpl instead. This is just here for backwards compatibility.

@Deprecated
public class VinciPrimitiveValue
extends PrimitiveValueImpl
implements PrimitiveValue

See Also:
Serialized Form

Constructor Summary
VinciPrimitiveValue(float aValue)
          Deprecated.  
VinciPrimitiveValue(float[] aValue)
          Deprecated.  
VinciPrimitiveValue(int aValue)
          Deprecated.  
VinciPrimitiveValue(int[] aValue)
          Deprecated.  
VinciPrimitiveValue(java.lang.String aValue)
          Deprecated.  
VinciPrimitiveValue(java.lang.String[] aValue)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.uima.cas_data.impl.PrimitiveValueImpl
get, toFloat, toInt, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.uima.cas_data.PrimitiveValue
toFloat, toInt, toString
 
Methods inherited from interface org.apache.uima.cas_data.FeatureValue
get
 

Constructor Detail

VinciPrimitiveValue

public VinciPrimitiveValue(java.lang.String aValue)
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

public VinciPrimitiveValue(java.lang.String[] aValue)
Deprecated. 


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.