Class SpreadsheetField

java.lang.Object
com.orchestranetworks.addon.dex.mapping.SpreadsheetField
All Implemented Interfaces:
Field

public final class SpreadsheetField extends Object implements Field
Specifies the configuration used for a spreadsheet field.
Since:
2.3.0
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the specified field name.
      Specified by:
      getName in interface Field
    • getLabel

      public String getLabel()
      Returns the specified field label.
      Specified by:
      getLabel in interface Field
    • getIndex

      public int getIndex()
      Returns the specified field index.
      Specified by:
      getIndex in interface Field
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getFieldAttribute

      public final FieldAttribute getFieldAttribute()
      Returns the specified FieldAttribute for this spreadsheet field.
      Since:
      2.4.0