Uses of Enum Class
org.tailormap.api.viewer.model.DrawingResponse.AccessEnum
Packages that use DrawingResponse.AccessEnum
-
Uses of DrawingResponse.AccessEnum in org.tailormap.api.viewer.model
Subclasses with type arguments of type DrawingResponse.AccessEnum in org.tailormap.api.viewer.modelModifier and TypeClassDescriptionstatic enumAccess level of the drawing, defaults to private.Methods in org.tailormap.api.viewer.model that return DrawingResponse.AccessEnumModifier and TypeMethodDescriptionstatic DrawingResponse.AccessEnum@NotNull DrawingResponse.AccessEnumDrawingResponse.getAccess()Access level of the drawing, defaults to private.static DrawingResponse.AccessEnumReturns the enum constant of this class with the specified name.static DrawingResponse.AccessEnum[]DrawingResponse.AccessEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.viewer.model with parameters of type DrawingResponse.AccessEnumModifier and TypeMethodDescriptionDrawingResponse.access(DrawingResponse.AccessEnum access) voidDrawingResponse.setAccess(DrawingResponse.AccessEnum access)