Class FieldBaseStructureInstance

    • Field Detail

      • fieldValues

        protected java.util.Map<java.lang.String,​java.lang.Object> fieldValues
    • Method Detail

      • getFieldValue

        public java.lang.Object getFieldValue​(java.lang.String fieldName)
      • setFieldValue

        public void setFieldValue​(java.lang.String fieldName,
                                  java.lang.Object value)
      • getFieldSize

        public int getFieldSize()
      • getFieldNameAt

        public java.lang.String getFieldNameAt​(int index)
      • toArray

        public java.lang.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​(java.lang.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