Uses of Enum Class
com.almis.awe.model.type.RestrictionType
Packages that use RestrictionType
-
Uses of RestrictionType in com.almis.awe.model.entities.access
Methods in com.almis.awe.model.entities.access that return RestrictionTypeModifier and TypeMethodDescriptionRestriction.getRestrictionType()
Returns the restriction type (R: Restricted or A: Allowed)Methods in com.almis.awe.model.entities.access with parameters of type RestrictionTypeModifier and TypeMethodDescriptionvoid
Restriction.setRestrictionType
(RestrictionType restrictionType) Store restriction type -
Uses of RestrictionType in com.almis.awe.model.type
Methods in com.almis.awe.model.type that return RestrictionTypeModifier and TypeMethodDescriptionstatic RestrictionType
Returns the enum constant of this class with the specified name.static RestrictionType[]
RestrictionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.