Uses of Class
io.keikai.model.SDependencyTracer.Type
-
Packages that use SDependencyTracer.Type Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of SDependencyTracer.Type in io.keikai.model
Methods in io.keikai.model that return SDependencyTracer.Type Modifier and Type Method Description SDependencyTracer.Type
SDependencyTracer. getType()
static SDependencyTracer.Type
SDependencyTracer.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SDependencyTracer.Type[]
SDependencyTracer.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SDependencyTracer.Type Modifier and Type Method Description void
SDependencyTracer. setType(SDependencyTracer.Type type)
-
Uses of SDependencyTracer.Type in io.keikai.model.impl
Methods in io.keikai.model.impl that return SDependencyTracer.Type Modifier and Type Method Description SDependencyTracer.Type
DependencyTracerImpl. getType()
Methods in io.keikai.model.impl with parameters of type SDependencyTracer.Type Modifier and Type Method Description void
DependencyTracerImpl. setType(SDependencyTracer.Type type)
-