public interface IValueFactory
IValue by calling the corresponding method| Modifier and Type | Method and Description |
|---|---|
IValue |
createNumeric(Number value)
Creates a cell value of the
IValue.ValueType type with numeric value inside |
IValue |
createRichString(IRichString value)
Creates cell value of the
IValue.ValueType type with IRichString value inside |
IValue |
createString(String value)
Creates a cell value of the
IValue.ValueType type with string value inside |
IValue |
getBlank()
Returns the blank cell-value
|
IValue |
getBoolean(boolean value)
Returns a cell value of the
IValue.ValueType type with boolean value inside |
static IValueFactory |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IValueFactory with the given resolver |
static IValueFactory resolve(IScellApiResolver resolver)
IValueFactory with the given resolverresolver - the given resolverIValueFactoryIValue createNumeric(Number value)
IValue.ValueType type with numeric value insidevalue - the Number valueIValueIValue getBoolean(boolean value)
IValue.ValueType type with boolean value insidevalue - the boolean valueIValueIValue getBlank()
IValue of the IValue.ValueType type with null value insideIValue createString(String value)
IValue.ValueType type with string value insidevalue - the String valueIValueIValue createRichString(IRichString value)
IValue.ValueType type with IRichString value insidevalue - the String valueIValueCopyright © 2025. All rights reserved.