Package org.apache.uima.cas.impl
Interface CommonArrayFSImpl
-
- All Superinterfaces:
java.lang.Cloneable
,CommonArrayFS
,FeatureStructure
@Deprecated public interface CommonArrayFSImpl extends CommonArrayFS
Deprecated.For v2 backwards compatibility
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.CommonArrayFS
copyFromArray, copyToArray, copyValuesFrom, getValuesAsCommaSeparatedString, isEmpty, size, toStringArray
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_getTypeCode, _id, clone, equals, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
-