Package org.apache.uima.cas_data.impl
Class ReferenceArrayFSImpl
- java.lang.Object
-
- org.apache.uima.cas_data.impl.FeatureStructureImpl
-
- org.apache.uima.cas_data.impl.ReferenceArrayFSImpl
-
- All Implemented Interfaces:
java.io.Serializable,FeatureStructure,ReferenceArrayFS
public class ReferenceArrayFSImpl extends FeatureStructureImpl implements ReferenceArrayFS
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String[]mIdRefsprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ReferenceArrayFSImpl(java.lang.String[] aIdRefs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getIdRefArray()Gets the IDs of the target feature structures.intsize()Get the size of this array.java.lang.StringtoString()-
Methods inherited from class org.apache.uima.cas_data.impl.FeatureStructureImpl
get, getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
-
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.FeatureStructure
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
mIdRefs
private java.lang.String[] mIdRefs
-
-
Method Detail
-
size
public int size()
Description copied from interface:ReferenceArrayFSGet the size of this array.- Specified by:
sizein interfaceReferenceArrayFS- Returns:
- the size
-
getIdRefArray
public java.lang.String[] getIdRefArray()
Description copied from interface:ReferenceArrayFSGets the IDs of the target feature structures.- Specified by:
getIdRefArrayin interfaceReferenceArrayFS- Returns:
- string array containing feature structure IDs
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFeatureStructureImpl
-
-