Uses of Class
org.cxbox.core.dto.DrillDownType
-
Packages that use DrillDownType Package Description org.cxbox.core.dto -
-
Uses of DrillDownType in org.cxbox.core.dto
Methods in org.cxbox.core.dto that return DrillDownType Modifier and Type Method Description static DrillDownTypeDrillDownType. of(String type)static DrillDownTypeDrillDownType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrillDownType[]DrillDownType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-