Uses of Class
io.vertigo.studio.notebook.domain.DomainSketch.Scope
-
Packages that use DomainSketch.Scope Package Description io.vertigo.studio.notebook.domain -
-
Uses of DomainSketch.Scope in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return DomainSketch.Scope Modifier and Type Method Description DomainSketch.Scope
DomainSketch. getScope()
static DomainSketch.Scope
DomainSketch.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainSketch.Scope[]
DomainSketch.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-