Class CSVField

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

public final class CSVField extends Object implements Field
Specifies CSV field configuration information.
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
    • getDateFormatPattern

      public String getDateFormatPattern()
      Returns the specified date, time or date time format if the field is date, time or date time type.
    • setDateFormatPattern

      public void setDateFormatPattern(String dateFormatPattern)
      Sets a date, time or date time format string to this value if the field is date, time or date time type.
    • 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 CSV field.
      Since:
      2.4.0