Uses of Enum Class
io.keikai.model.SCustomProperty.PropertyType
Packages that use SCustomProperty.PropertyType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SCustomProperty.PropertyType in io.keikai.model
Methods in io.keikai.model that return SCustomProperty.PropertyTypeModifier and TypeMethodDescriptionSCustomProperty.getType()static SCustomProperty.PropertyTypeReturns the enum constant of this class with the specified name.static SCustomProperty.PropertyType[]SCustomProperty.PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SCustomProperty.PropertyType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SCustomProperty.PropertyTypeConstructors in io.keikai.model.impl with parameters of type SCustomProperty.PropertyTypeModifierConstructorDescriptionCustomPropertyImpl(String name, Object value, SCustomProperty.PropertyType type)