public interface IValueFactory
IValue
by calling the corresponding methodModifier 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 resolverIValueFactory
IValue createNumeric(Number value)
IValue.ValueType
type with numeric value insidevalue
- the Number
valueIValue
IValue getBoolean(boolean value)
IValue.ValueType
type with boolean value insidevalue
- the boolean
valueIValue
IValue getBlank()
IValue
of the IValue.ValueType
type with null value insideIValue createString(String value)
IValue.ValueType
type with string value insidevalue
- the String
valueIValue
IValue createRichString(IRichString value)
IValue.ValueType
type with IRichString
value insidevalue
- the String
valueIValue
Copyright © 2024. All rights reserved.