Interface FieldDefinition


public interface FieldDefinition
FieldDefinition defines name, type, index of a field
  • Method Details

    • getType

      FieldType getType()
      Returns:
      field type
    • getName

      String getName()
      Returns:
      field name
    • getIndex

      int getIndex()
      Returns:
      field index
    • getClassId

      int getClassId()
      Returns:
      class ID of this field's class
    • getFactoryId

      int getFactoryId()
      Returns:
      factory ID of this field's class
    • getVersion

      int getVersion()
      Returns:
      version of this field's class