Package org.apache.uima.cas.impl
Interface SofaFSImpl
-
- All Superinterfaces:
java.lang.Cloneable
,FeatureStructure
,SofaFS
- All Known Implementing Classes:
Sofa
@Deprecated public interface SofaFSImpl extends SofaFS
Deprecated.use Sofa insteadv2 backwards compatibility
-
-
Method Summary
-
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
-
Methods inherited from interface org.apache.uima.cas.SofaFS
getLocalFSData, getLocalStringData, getSofaDataStream, getSofaID, getSofaMime, getSofaNum, getSofaRef, getSofaURI, setLocalSofaData, setLocalSofaData, setRemoteSofaURI
-
-