Uses of Class
org.dasein.util.Translator

Packages that use Translator
org.dasein.attributes The Dasein Attributes Library contains an API that enables you to associate arbitrary attributes with an object managed by a complex type manager. 
org.dasein.attributes.types   
org.dasein.util   
 

Uses of Translator in org.dasein.attributes
 

Methods in org.dasein.attributes that return Translator
abstract  Translator<String> DataTypeFactory.getDisplayName()
          Provides a multi-lingual display name for this data type.
 Translator<V> DataType.getTranslatedValue(Object src, Locale loc, Translator<?> curr)
          Provides a Translator instance for the requested value.
 

Methods in org.dasein.attributes with parameters of type Translator
 Translator<V> DataType.getTranslatedValue(Object src, Locale loc, Translator<?> curr)
          Provides a Translator instance for the requested value.
 

Uses of Translator in org.dasein.attributes.types
 

Methods in org.dasein.attributes.types that return Translator
 Translator<String> TimeFactory.getDisplayName()
           
 Translator<String> StringFactory.getDisplayName()
           
 Translator<String> NumberFactory.getDisplayName()
           
 Translator<String> NameValuePairFactory.getDisplayName()
           
 Translator<String> DecimalFactory.getDisplayName()
           
 Translator<String> DateFactory.getDisplayName()
           
 Translator<String> CurrencyFactory.getDisplayName()
           
 Translator<String> BooleanFactory.getDisplayName()
           
 

Uses of Translator in org.dasein.util
 

Methods in org.dasein.util that return Translator
 Translator<T> Translator.copy()
          Copies the current translator into a new translator object.
 Translator<T> Translator.newTranslator(Locale loc, T val)
           
 Translator<T> Translator.newTranslator(Map<String,Map<String,T>> additional)
           
 Translator<T> Translator.newTranslator(Translator<T> t)
           
 

Methods in org.dasein.util that return types with arguments of type Translator
static Map<String,Translator<String>> Translator.load(String fromXmlResource)
           
 

Methods in org.dasein.util with parameters of type Translator
 Translator<T> Translator.newTranslator(Translator<T> t)
           
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.