Uses of Enum Class
app.valuationcontrol.multimodule.library.entities.User.MODEL_ROLE
Packages that use User.MODEL_ROLE
Package
Description
-
Uses of User.MODEL_ROLE in app.valuationcontrol.multimodule.library.entities
Methods in app.valuationcontrol.multimodule.library.entities that return User.MODEL_ROLEModifier and TypeMethodDescriptionstatic User.MODEL_ROLEReturns the enum constant of this class with the specified name.static User.MODEL_ROLE[]User.MODEL_ROLE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.valuationcontrol.multimodule.library.entities with parameters of type User.MODEL_ROLE -
Uses of User.MODEL_ROLE in app.valuationcontrol.multimodule.library.records
Methods in app.valuationcontrol.multimodule.library.records that return User.MODEL_ROLEModifier and TypeMethodDescriptionSingleModelAccessData.role()Returns the value of therolerecord component.UserAccessData.role()Returns the value of therolerecord component.Constructors in app.valuationcontrol.multimodule.library.records with parameters of type User.MODEL_ROLEModifierConstructorDescriptionSingleModelAccessData(User.MODEL_ROLE role, ModelData modelData) Creates an instance of aSingleModelAccessDatarecord class.UserAccessData(Long id, @NotNull String email, User.MODEL_ROLE role) Creates an instance of aUserAccessDatarecord class.