Package org.goplanit.output.enums
Interface OutputTypeEnum
-
- All Known Subinterfaces:
SubOutputTypeEnum
- All Known Implementing Classes:
OdSkimSubOutputType
,OutputType
public interface OutputTypeEnum
Marker interface to allow us to store outputType and suboutputTypeEnums in the same collection without issue while still being able to distinguish between the two- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
value()
-
-
-
Method Detail
-
value
String value()
-
-