SDO API

Uses of Interface
commonj.sdo.Type

Packages that use Type
commonj.sdo   
commonj.sdo.helper   
 

Uses of Type in commonj.sdo
 

Methods in commonj.sdo that return Type
 Type Property.getContainingType()
          Returns the containing type of this Property.
 Type DataObject.getType()
          Returns the data object's type.
 Type Property.getType()
          Returns the type of the Property.
 Type DataGraph.getType(java.lang.String uri, java.lang.String typeName)
          Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
 

Methods in commonj.sdo with parameters of type Type
 DataObject DataObject.createDataObject(Property property, Type type)
          Returns a new data object contained by this object using the specified property, which must be of containment type.
 DataObject DataGraph.createRootObject(Type type)
          Creates a new root data object of the specified type.
 

Uses of Type in commonj.sdo.helper
 

Methods in commonj.sdo.helper that return Type
 Type TypeHelper.define(DataObject type)
          Define the DataObject as a Type.
 Type TypeHelper.getType(java.lang.Class interfaceClass)
          Return the Type for this interfaceClass or null if not found.
 Type TypeHelper.getType(java.lang.String uri, java.lang.String typeName)
          Return the Type specified by typeName with the given uri, or null if not found.
 

Methods in commonj.sdo.helper with parameters of type Type
 DataObject DataFactory.create(Type type)
          Create a DataObject of the Type specified.
 java.lang.String XSDHelper.getAppinfo(Type type, java.lang.String source)
          Return the appinfo declared for this Type and source.
 java.lang.String XSDHelper.getLocalName(Type type)
          Returns the local name as declared in the XSD.
 boolean XSDHelper.isMixed(Type type)
          Returns true if the Type is declared to contain mixed content.
 boolean XSDHelper.isXSD(Type type)
          Indicates if this helper contains XSD information for the specified type.
 


SDO API

-