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 Link icon

    • ArrayValue Link icon

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

    • getFeatureStructure Link icon

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object