Uses of Enum Class
io.keikai.model.sys.dependency.Ref.RefType
Packages that use Ref.RefType
-
Uses of Ref.RefType in io.keikai.model.impl
Methods in io.keikai.model.impl that return Ref.RefTypeConstructors in io.keikai.model.impl with parameters of type Ref.RefTypeModifierConstructorDescriptionprotectedRefImpl(Ref.RefType type, String bookName, String sheetName, String lastSheetName, int row, int column, int lastRow, int lastColumn) -
Uses of Ref.RefType in io.keikai.model.impl.sys
Fields in io.keikai.model.impl.sys with type parameters of type Ref.RefTypeModifier and TypeFieldDescriptionprotected static final EnumSet<Ref.RefType>DependencyTableImpl._regionTypesMethods in io.keikai.model.impl.sys with parameters of type Ref.RefTypeModifier and TypeMethodDescriptionabstract voidDependencyTableAdv.clearDependents(Ref ref, Ref.RefType skipType) voidDependencyTableImpl.clearDependents(Ref dependant, Ref.RefType skipType) -
Uses of Ref.RefType in io.keikai.model.sys.dependency
Methods in io.keikai.model.sys.dependency that return Ref.RefTypeModifier and TypeMethodDescriptionRef.getType()StyleRef.getType()static Ref.RefTypeReturns the enum constant of this class with the specified name.static Ref.RefType[]Ref.RefType.values()Returns an array containing the constants of this enum class, in the order they are declared.