Interface IAttribute

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
ColumnMetaData

public interface IAttribute extends Cloneable, Serializable
  • Method Details

    • clone

      Object clone()
    • getName

      String getName()
    • setName

      void setName(String var1)
    • getTableIndex

      int getTableIndex()
    • getMapping

      INominalMapping getMapping()
    • getColumnType

      EColumnType getColumnType()
    • isNominal

      boolean isNominal()
    • isNumerical

      boolean isNumerical()
    • isDate

      boolean isDate()
    • getAsString

      String getAsString(double value)
    • setRole

      void setRole(String role)
    • getRole

      String getRole()
    • recalculateStatistics

      void recalculateStatistics()
    • getStatistic

      double getStatistic(EStatisticType statType)