Uses of Enum Class
info.ejava.examples.svc.aop.items.proxyfactory.MyAccessIntroduction.Access
Packages that use MyAccessIntroduction.Access
-
Uses of MyAccessIntroduction.Access in info.ejava.examples.svc.aop.items.proxyfactory
Fields in info.ejava.examples.svc.aop.items.proxyfactory with type parameters of type MyAccessIntroduction.AccessModifier and TypeFieldDescriptionprivate final List
<MyAccessIntroduction.Access> MyAccessIntroductionImpl.userRoles
Methods in info.ejava.examples.svc.aop.items.proxyfactory that return MyAccessIntroduction.AccessModifier and TypeMethodDescriptionprivate MyAccessIntroduction.Access
MyAccessAspects.MyAccessAssignmentAspect.deriveAccess
(int id) static MyAccessIntroduction.Access
Returns the enum constant of this class with the specified name.static MyAccessIntroduction.Access[]
MyAccessIntroduction.Access.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in info.ejava.examples.svc.aop.items.proxyfactory that return types with arguments of type MyAccessIntroduction.AccessMethod parameters in info.ejava.examples.svc.aop.items.proxyfactory with type arguments of type MyAccessIntroduction.AccessModifier and TypeMethodDescriptionvoid
MyAccessIntroduction.setUserRoles
(List<MyAccessIntroduction.Access> roles) void
MyAccessIntroductionImpl.setUserRoles
(List<MyAccessIntroduction.Access> roles)