Uses of Enum Class
com.se21.calbot.enums.Enums.operationType
Packages that use Enums.operationType
Package
Description
This module contains classes to control various entities(aPAS, auth, testPing)
Contains enum classes used in project
-
Uses of Enums.operationType in com.se21.calbot.controllers
Fields in com.se21.calbot.controllers declared as Enums.operationTypeMethods in com.se21.calbot.controllers with parameters of type Enums.operationTypeModifier and TypeMethodDescriptionController.dataOperation(Enums.operationType opType, String... msgParam)
This is single interface function for clientManager layer to directly call some CRUD operation for calendar layer. -
Uses of Enums.operationType in com.se21.calbot.enums
Methods in com.se21.calbot.enums that return Enums.operationTypeModifier and TypeMethodDescriptionstatic Enums.operationType
Returns the enum constant of this class with the specified name.static Enums.operationType[]
Enums.operationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.