Uses of Enum Class
org.tailormap.api.viewer.model.Drawing.AccessEnum
Packages that use Drawing.AccessEnum
-
Uses of Drawing.AccessEnum in org.tailormap.api.viewer.model
Subclasses with type arguments of type Drawing.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 Drawing.AccessEnumModifier and TypeMethodDescriptionstatic Drawing.AccessEnum@NotNull Drawing.AccessEnumDrawing.getAccess()Access level of the drawing, defaults to private.static Drawing.AccessEnumReturns the enum constant of this class with the specified name.static Drawing.AccessEnum[]Drawing.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 Drawing.AccessEnumModifier and TypeMethodDescriptionDrawing.access(Drawing.AccessEnum access) voidDrawing.setAccess(Drawing.AccessEnum access)