Class FieldBaseStructureInstance

java.lang.Object
org.flowable.engine.impl.bpmn.data.FieldBaseStructureInstance
All Implemented Interfaces:
StructureInstance

public class FieldBaseStructureInstance extends Object implements StructureInstance
Author:
Esteban Robles Luna
  • Field Details

  • Constructor Details

  • Method Details

    • getFieldValue

      public Object getFieldValue(String fieldName)
    • setFieldValue

      public void setFieldValue(String fieldName, Object value)
    • getFieldSize

      public int getFieldSize()
    • getFieldNameAt

      public String getFieldNameAt(int index)
    • getFieldTypeAt

      public Class<?> getFieldTypeAt(int index)
    • toArray

      public Object[] toArray()
      Description copied from interface: StructureInstance
      Converts this structure instance into an array
      Specified by:
      toArray in interface StructureInstance
      Returns:
      this structure as an array
    • loadFrom

      public void loadFrom(Object[] array)
      Description copied from interface: StructureInstance
      Loads this structure from array
      Specified by:
      loadFrom in interface StructureInstance
      Parameters:
      array - the array where this structure loads data