Package org.apache.uima.cas.impl
Class FeaturePathValue
java.lang.Object
org.apache.uima.cas.impl.FeaturePathValue
internal FeaturePathValue class. The class is used to internally handle the
featurePath value. The class has members for each CAS type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private byte
private double
private Type
private int
private float
private int
private int
private LowLevelCAS
private long
private short
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
byte
double
Returns the type of the feature path valuefloat
getFs()
int
long
short
int
Returns the type class of the feature path value.void
setBooleanValue
(boolean booleanValue) void
setByteValue
(byte byteValue) void
setDoubleValue
(double doubleValue) void
setFeatureType
(Type featureType) void
setFloatValue
(float floatValue) void
setFs
(int fsRef, LowLevelCAS llCas) void
setIntValue
(int intValue) void
setLongValue
(long longValue) void
setShortValue
(short shortValue) void
setStringValue
(String stringValue) void
setTypeClass
(int typeClass)
-
Field Details
-
intValue
private int intValue -
booleanValue
private boolean booleanValue -
byteValue
private byte byteValue -
doubleValue
private double doubleValue -
floatValue
private float floatValue -
longValue
private long longValue -
shortValue
private short shortValue -
stringValue
-
featureTypeClass
private int featureTypeClass -
featureType
-
fsRef
private int fsRef -
llCas
-
-
Constructor Details
-
FeaturePathValue
FeaturePathValue()
-
-
Method Details
-
getIntValue
public int getIntValue() -
setIntValue
public void setIntValue(int intValue) -
getBooleanValue
public boolean getBooleanValue() -
setBooleanValue
public void setBooleanValue(boolean booleanValue) -
getByteValue
public byte getByteValue() -
setByteValue
public void setByteValue(byte byteValue) -
getDoubleValue
public double getDoubleValue() -
setDoubleValue
public void setDoubleValue(double doubleValue) -
getFloatValue
public float getFloatValue() -
setFloatValue
public void setFloatValue(float floatValue) -
getLongValue
public long getLongValue() -
setLongValue
public void setLongValue(long longValue) -
getShortValue
public short getShortValue() -
setShortValue
public void setShortValue(short shortValue) -
getStringValue
-
setStringValue
-
getTypeClass
public int getTypeClass()Returns the type class of the feature path value.- Returns:
- Returns the type code of the feature path value
-
setTypeClass
public void setTypeClass(int typeClass) -
getFs
-
setFs
-
getFeatureType
Returns the type of the feature path value- Returns:
- Returns the type of the feature path value
-
setFeatureType
-