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.TypeSDependencyTracer. getType()static SDependencyTracer.TypeSDependencyTracer.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 voidSDependencyTracer. 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.TypeDependencyTracerImpl. getType()Methods in io.keikai.model.impl with parameters of type SDependencyTracer.Type Modifier and Type Method Description voidDependencyTracerImpl. setType(SDependencyTracer.Type type)
-