Interface ExcelAttribute

All Known Implementing Classes:
ExcelAttributeDescriptorAttribute, ExcelClassificationAttribute

public interface ExcelAttribute
Represents selected attribute used by excel decorators.
  • Method Details

    • getName

      String getName()
      Returns:
      name of attribute
    • isLocalized

      boolean isLocalized()
      Returns:
      information whether attribute is localized
    • getIsoCode

      String getIsoCode()
      Returns:
      isoCode of attribute
    • getQualifier

      String getQualifier()
      Returns:
      qualifier of attribute
    • isMandatory

      boolean isMandatory()
      Returns:
      information whether attribute is mandatory
    • getType

      String getType()
      Returns:
      type of attribute. For example, 'java.lang.String', 'java.util.Date', 'Product'
    • isMultiValue

      boolean isMultiValue()
      Returns:
      indicates whether attribute is multiValue type