Uses of Class
dsto.dfc.databeans.TypeInfo

Packages that use TypeInfo
dsto.dfc.databeans   
livespace.services   
 

Uses of TypeInfo in dsto.dfc.databeans
 

Fields in dsto.dfc.databeans declared as TypeInfo
protected  TypeInfo DataObject.typeInfo
           
protected  TypeInfo DataBean.typeInfo
           
 

Methods in dsto.dfc.databeans that return TypeInfo
 TypeInfo TypeInfo.getPropertyInfo(Object property)
          Get type info for values of a given property.
static TypeInfo TypeRegistry.getPropertyInfo(String type, String property)
           
 TypeInfo SimpleJavaDataBean.getTypeInfo()
          The default implementation uses TypeRegistry.peekTypeInfo(Class)to see whether any type info is registered for the class.
 TypeInfo SimpleDataObject.getTypeInfo()
          The default implementation uses TypeRegistry.peekTypeInfo(Class)to see whether any type info is registered for the class.
 TypeInfo SetDataObject.getTypeInfo()
           
 TypeInfo MapDataObject.getTypeInfo()
           
 TypeInfo ListDataObject.getTypeInfo()
           
 TypeInfo IDataObject.getTypeInfo()
          Get the optional type information for this object.
 TypeInfo DataObjectView.getTypeInfo()
           
 TypeInfo DataObjectLink.getTypeInfo()
           
 TypeInfo DataObject.getTypeInfo()
           
 TypeInfo DataBeanLink.getTypeInfo()
           
 TypeInfo DataBean.getTypeInfo()
           
abstract  TypeInfo AbstractDataObject.getTypeInfo()
           
static TypeInfo TypeRegistry.getTypeInfo(String type)
          Peek at the type info (if any) for a given type.
static TypeInfo TypeRegistry.peekTypeInfo(Class classType)
          Shortcut to peek for type info associated with a class.
static TypeInfo TypeRegistry.peekTypeInfo(String typeName)
          Peek at the type info (if any) for a given type.
static TypeInfo TypeRegistry.register(String type, Class valueClass)
          Shortcut to register type info against a Java class.
 

Methods in dsto.dfc.databeans with parameters of type TypeInfo
 void TypeInfo.addPropertyInfo(Object propertyName, TypeInfo propertyType)
          Add type info for the value of a given property.
 boolean TypeInfo.equals(TypeInfo info)
           
static void TypeRegistry.register(String name, TypeInfo info)
          Register type info.
 void DataObject.setTypeInfo(TypeInfo typeInfo)
           
 void DataBean.setTypeInfo(TypeInfo typeInfo)
           
 

Constructors in dsto.dfc.databeans with parameters of type TypeInfo
DataBean(TypeInfo type)
          Create an instance with a specified type.
DataObject(TypeInfo type)
          Create an instance with a specified type.
 

Uses of TypeInfo in livespace.services
 

Methods in livespace.services that return TypeInfo
 TypeInfo Entity.getTypeInfo()
          Get meta data type info for the entity (if any).
 



Copyright © 2008 Commonwealth of Australia