Uses of Enum Class
com.vaadin.copilot.AccessRequirement.Type
Packages that use AccessRequirement.Type
-
Uses of AccessRequirement.Type in com.vaadin.copilot
Methods in com.vaadin.copilot that return AccessRequirement.TypeModifier and TypeMethodDescriptionAccessRequirement.getType()static AccessRequirement.TypeReturns the enum constant of this class with the specified name.static AccessRequirement.Type[]AccessRequirement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot that return types with arguments of type AccessRequirement.TypeModifier and TypeMethodDescriptionstatic Optional<AccessRequirement.Type> AccessRequirementUtil.getAccessAnnotation(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration routeClass) Constructors in com.vaadin.copilot with parameters of type AccessRequirement.Type