Uses of Class
org.outerj.daisy.repository.ValueType

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.BOOLEAN
           
static ValueType ValueType.DATE
           
static ValueType ValueType.DATETIME
           
static ValueType ValueType.DECIMAL
           
static ValueType ValueType.DOUBLE
           
static ValueType ValueType.LINK
           
static ValueType ValueType.LONG
           
static ValueType ValueType.STRING
           
 

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.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)
           
static java.lang.String FieldHelper.getFormattedValue(java.lang.Object value, ValueType valueType, java.util.Locale locale, Repository repository)
          Convenience method to get a String representation of a value, taking into account the locale (thus nicer then calling toString() on the value).
 

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.createFieldType(java.lang.String name, ValueType valueType)
           
 FieldType RepositorySchema.createFieldType(java.lang.String name, ValueType valueType, boolean multiValue)
           
 FieldType RepositorySchema.createNewFieldType(java.lang.String name, ValueType valueType)
          Deprecated. Use createFieldType instead.
 



Copyright © -2012 . All Rights Reserved.