Class ArrayValue

java.lang.Object
org.apache.uima.caseditor.editor.ArrayValue
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable

public class ArrayValue extends Object implements org.eclipse.core.runtime.IAdaptable
The Class ArrayValue.
  • Constructor Details

    • ArrayValue

      public ArrayValue(FeatureStructure arrayFS, int slot)
      Instantiates a new array value.
      Parameters:
      arrayFS - the array FS
      slot - the slot
  • Method Details

    • getFeatureStructure

      public FeatureStructure getFeatureStructure()
      Gets the feature structure.
      Returns:
      the feature structure
    • slot

      public int slot()
      Slot.
      Returns:
      the int
    • set

      public void set(String value)
      Sets the.
      Parameters:
      value - the value
    • get

      public Object get()
      Gets the.
      Returns:
      the object
    • getAdapter

      public Object getAdapter(Class adapter)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdaptable
    • toString

      public String toString()
      Overrides:
      toString in class Object