|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueType | |
org.outerj.daisy.repository | Core API for accessing the repository, and creating and modifying documents in it. |
org.outerj.daisy.repository.schema | API for dealing with the repository schema, thus the available document types, fields, and parts. |
Uses of ValueType in org.outerj.daisy.repository |
Fields in org.outerj.daisy.repository declared as ValueType | |
static ValueType |
ValueType.STRING
|
static ValueType |
ValueType.DATE
|
static ValueType |
ValueType.DATETIME
|
static ValueType |
ValueType.LONG
|
static ValueType |
ValueType.DOUBLE
|
static ValueType |
ValueType.DECIMAL
|
static ValueType |
ValueType.BOOLEAN
|
Methods in org.outerj.daisy.repository that return ValueType | |
static ValueType |
ValueType.fromString(java.lang.String name)
|
static ValueType |
ValueType.getByCode(int code)
|
ValueType |
Field.getValueType()
The ValueType of the field, which defines the kind of object you will get from Field.getValue() . |
Methods in org.outerj.daisy.repository with parameters of type ValueType | |
static java.lang.String |
FieldHelper.getFormattedValue(java.lang.Object value,
ValueType valueType,
java.util.Locale locale)
Convenience method to get a String representation of a value, taking into account the locale (thus nicer then calling toString() on the value). |
static java.lang.Object |
FieldHelper.getFieldValueFromXml(ValueType valueType,
boolean multiValue,
org.outerx.daisy.x10.FieldDocument.Field fieldXml)
Convenience method to get a value of a certain ValueType from a Field-as-XML. |
static java.lang.Object[] |
FieldHelper.getFieldValuesFromXml(ValueType valueType,
org.outerx.daisy.x10.FieldDocument.Field fieldXml)
|
Uses of ValueType in org.outerj.daisy.repository.schema |
Methods in org.outerj.daisy.repository.schema that return ValueType | |
ValueType |
FieldType.getValueType()
|
Methods in org.outerj.daisy.repository.schema with parameters of type ValueType | |
FieldType |
RepositorySchema.createNewFieldType(java.lang.String name,
ValueType valueType)
Deprecated. Use createFieldType instead. |
FieldType |
RepositorySchema.createFieldType(java.lang.String name,
ValueType valueType)
|
FieldType |
RepositorySchema.createFieldType(java.lang.String name,
ValueType valueType,
boolean multiValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |