Uses of Enum Class
org.craftercms.studio.model.policy.Type
Packages that use Type
-
Uses of Type in org.craftercms.studio.model.policy
Fields in org.craftercms.studio.model.policy declared as TypeModifier and TypeFieldDescriptionprotected @NotNull TypeAction.typeThe type of actionprotected TypeValidationResult.typeThe type of the actionMethods in org.craftercms.studio.model.policy that return TypeModifier and TypeMethodDescriptionAction.getType()ValidationResult.getType()static TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.studio.model.policy with parameters of type Type