Interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
-
- Type Parameters:
ATTRIBUTE- type ofExcelAttribute
- All Known Implementing Classes:
DefaultExcelAttributeContext
public interface ExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <TYPE> TYPEgetAttribute(java.lang.String name, java.lang.Class<TYPE> type)Retrieves desired attribute from contextATTRIBUTEgetExcelAttribute(java.lang.Class<ATTRIBUTE> type)Retrieves ExcelAttribute
-