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[]
mIdRefs
private static long
serialVersionUID
-
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.int
size()
Get the size of this array.java.lang.String
toString()
-
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:ReferenceArrayFS
Get the size of this array.- Specified by:
size
in interfaceReferenceArrayFS
- Returns:
- the size
-
getIdRefArray
public java.lang.String[] getIdRefArray()
Description copied from interface:ReferenceArrayFS
Gets the IDs of the target feature structures.- Specified by:
getIdRefArray
in interfaceReferenceArrayFS
- Returns:
- string array containing feature structure IDs
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFeatureStructureImpl
-
-