Package com.mendix.webui.reporting
Class EnumType
java.lang.Object
com.mendix.webui.reporting.EnumType
Represents an enum type, containing enum constants.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEnumConstants
(EnumConstant... constants) Adds the specified enum constants to this enum.Returns all constants for this enum.
-
Constructor Details
-
EnumType
public EnumType()
-
-
Method Details
-
getEnumConstants
Returns all constants for this enum.- Returns:
- the enum constants
-
addEnumConstants
Adds the specified enum constants to this enum.- Parameters:
constants
- the enum constants to add
-