Package org.apache.uima.caseditor.editor
Class ArrayValue
java.lang.Object
org.apache.uima.caseditor.editor.ArrayValue
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
The Class ArrayValue.
-
Constructor Summary
ConstructorsConstructorDescriptionArrayValue(FeatureStructure arrayFS, int slot) Instantiates a new array value. -
Method Summary
Modifier and TypeMethodDescriptionget()Gets the.getAdapter(Class adapter) Gets the feature structure.voidSets the.intslot()Slot.toString()
-
Constructor Details
-
ArrayValue
Instantiates a new array value.- Parameters:
arrayFS- the array FSslot- the slot
-
-
Method Details
-
getFeatureStructure
Gets the feature structure.- Returns:
- the feature structure
-
slot
public int slot()Slot.- Returns:
- the int
-
set
Sets the.- Parameters:
value- the value
-
get
Gets the.- Returns:
- the object
-
getAdapter
- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable
-
toString
-