Package | Description |
---|---|
ambit2.db.processors | |
ambit2.db.readers |
Modifier and Type | Method and Description |
---|---|
static AbstractPropertyWriter.mode |
AbstractPropertyWriter.mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPropertyWriter.mode[] |
AbstractPropertyWriter.mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DbDescriptorValuesWriter.insertValue(double value,
Property property,
int idtuple,
AbstractPropertyWriter.mode error) |
protected boolean |
ValueWriter.insertValue(double value,
Property property,
int idtuple,
AbstractPropertyWriter.mode error) |
protected boolean |
DbDescriptorValuesWriter.insertValue(String value,
Property property,
int idtuple,
AbstractPropertyWriter.mode error) |
protected boolean |
ValueWriter.insertValue(String value,
Property property,
int idtuple,
AbstractPropertyWriter.mode error) |
protected boolean |
ValueWriter.insertValueNaN(Property property,
int idtuple,
AbstractPropertyWriter.mode error) |
Modifier and Type | Method and Description |
---|---|
AbstractPropertyWriter.mode |
PropertyValue.getError() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyValue.setError(AbstractPropertyWriter.mode error) |
Constructor and Description |
---|
PropertyValue(Property property,
T value,
AbstractPropertyWriter.mode error) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.