Uses of Enum Class
ch.cern.eam.wshub.core.services.grids.entities.GridRequest.GRIDTYPE
Packages that use GridRequest.GRIDTYPE
-
Uses of GridRequest.GRIDTYPE in ch.cern.eam.wshub.core.services.grids.entities
Methods in ch.cern.eam.wshub.core.services.grids.entities that return GridRequest.GRIDTYPEModifier and TypeMethodDescriptionGridRequest.getGridType()static GridRequest.GRIDTYPEReturns the enum constant of this class with the specified name.static GridRequest.GRIDTYPE[]GridRequest.GRIDTYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.cern.eam.wshub.core.services.grids.entities with parameters of type GridRequest.GRIDTYPEConstructors in ch.cern.eam.wshub.core.services.grids.entities with parameters of type GridRequest.GRIDTYPEModifierConstructorDescriptionGridRequest(String gridName, GridRequest.GRIDTYPE gridType) GridRequest(String gridName, GridRequest.GRIDTYPE gridType, Integer rowCount)