Uses of Class
biz.c24.io.api.data.ComplexDataType

Packages that use ComplexDataType
biz.c24.api   
biz.c24.io.api Various utility classes. 
biz.c24.io.api.data Data Model super and utility classes. 
biz.c24.io.api.data.swift Specialist API extensions for the SWIFT libraries - used internally. 
 

Uses of ComplexDataType in biz.c24.api
 

Methods in biz.c24.api with parameters of type ComplexDataType
 boolean RuntimeManager.checkStatus(ComplexDataType complexDataType)
           
 

Uses of ComplexDataType in biz.c24.io.api
 

Methods in biz.c24.io.api that return ComplexDataType
static ComplexDataType Utils.createURType(String name, DataModel model)
          Returns a new complex type which is the best possible representation of the UR-type (the base of all complex types).
 

Methods in biz.c24.io.api with parameters of type ComplexDataType
static String[] Utils.getDataSourceNames(ComplexDataType type)
          Returns an array contining the connection names of all database validators used by the specified type.
static void Utils.initialise(ComplexDataType t)
          Initialises a type hierarchy.
 

Uses of ComplexDataType in biz.c24.io.api.data
 

Methods in biz.c24.io.api.data that return ComplexDataType
 ComplexDataType ComplexDataType.getBaseType()
          Returns the base type.
 ComplexDataType ComplexDataType.getOrderingType()
          Returns the ordering type.
 ComplexDataType ComplexDataObject.getType()
          Returns the meta-data type that defines this object.
 

Methods in biz.c24.io.api.data with parameters of type ComplexDataType
 Element ComplexDataType.lookupExpectedElement(InputStream stream, Element docRoot, ComplexDataType docRootType)
          Expected element discovery callback.
 void ComplexDataType.setBaseType(ComplexDataType baseType)
          Sets the base type.
 void ComplexDataObject.setDefiningElementDecl(Element definingElementDecl, ComplexDataType type)
          Sets the meta-data element declaration that defines this object but with the specified type.
 void ComplexDataType.setOrderingType(ComplexDataType orderingType)
          Sets the ordering type.
 void ComplexDataObject.setType(ComplexDataType type)
          Internal method to set the meta-data type that defines this object.
 

Constructors in biz.c24.io.api.data with parameters of type ComplexDataType
ComplexDataObject(Element definingElementDecl, ComplexDataType type)
          Constructs a new instance defined by the specified element but with the specified type.
 

Uses of ComplexDataType in biz.c24.io.api.data.swift
 

Subclasses of ComplexDataType in biz.c24.io.api.data.swift
 class SwiftFieldDataType
          A type representing a S.W.I.F.T field.
 



C24 Technologies © 2002-2012: All Rights Reserved.