Uses of Class
org.dashbuilder.dataset.DataSetOpType
-
Packages that use DataSetOpType Package Description org.dashbuilder.dataset org.dashbuilder.dataset.filter org.dashbuilder.dataset.group org.dashbuilder.dataset.sort -
-
Uses of DataSetOpType in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetOpType Modifier and Type Method Description DataSetOpTypeDataSetOp. getType()static DataSetOpTypeDataSetOpType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetOpType[]DataSetOpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset with parameters of type DataSetOpType Modifier and Type Method Description intDataSetLookup. removeOperations(DataSetOpType type) -
Uses of DataSetOpType in org.dashbuilder.dataset.filter
Methods in org.dashbuilder.dataset.filter that return DataSetOpType Modifier and Type Method Description DataSetOpTypeDataSetFilter. getType() -
Uses of DataSetOpType in org.dashbuilder.dataset.group
Methods in org.dashbuilder.dataset.group that return DataSetOpType Modifier and Type Method Description DataSetOpTypeDataSetGroup. getType() -
Uses of DataSetOpType in org.dashbuilder.dataset.sort
Methods in org.dashbuilder.dataset.sort that return DataSetOpType Modifier and Type Method Description DataSetOpTypeDataSetSort. getType()
-