Class FieldBaseStructureInstance

    • Method Detail

      • 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)
      • 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