Uses of Interface
org.plasma.sdo.PlasmaType

Packages that use PlasmaType
org.plasma.sdo  
org.plasma.sdo.core   
org.plasma.sdo.xml   
org.plasma.xml.schema PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of PlasmaType in org.plasma.sdo
 

Methods in org.plasma.sdo that return PlasmaType
 PlasmaType PlasmaType.getDerivationSupplier()
          Returns the derivation supplier type for this type or null if not exists.
 

Methods in org.plasma.sdo with parameters of type PlasmaType
 boolean PlasmaType.isBaseType(PlasmaType other)
          Returns true if the given type is a base type for this type.
 boolean PlasmaType.isRelation(PlasmaType other, AssociationPath relationPath)
          Returns true if the given type is linked or related to this type across any number of traversals or hops as qualified by the given relation path type.
 boolean PlasmaType.isSubType(PlasmaType other)
          Returns true if the given type is a specialization or inherits from this type.
 

Uses of PlasmaType in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement PlasmaType
 class CoreType
          A representation of the type of a property or a data object.
 

Methods in org.plasma.sdo.core that return PlasmaType
 PlasmaType CoreType.getDerivationSupplier()
           
 

Methods in org.plasma.sdo.core with parameters of type PlasmaType
 boolean CoreType.isBaseType(PlasmaType other)
          Returns true if the given type is part of the (base type) ancestry for this type.
 boolean CoreType.isRelation(PlasmaType other, AssociationPath relationPath)
           
 boolean CoreType.isSubType(PlasmaType other)
          Returns true if the given type is a specialization or inherits from this type.
 

Uses of PlasmaType in org.plasma.sdo.xml
 

Methods in org.plasma.sdo.xml that return PlasmaType
 PlasmaType StreamNode.getType()
           
 

Constructors in org.plasma.sdo.xml with parameters of type PlasmaType
StreamNode(PlasmaType type, QName name, Location loc)
           
 

Uses of PlasmaType in org.plasma.xml.schema
 

Methods in org.plasma.xml.schema with parameters of type PlasmaType
static String SchemaUtil.getContainmentReferenceName(PlasmaType type)
           
static String SchemaUtil.getNonContainmentReferenceName(PlasmaType type)
          Returns the name used for for XSI type attributes and as an external reference XSD ComplexType for the given SDO type.
 



Copyright © 2014. All rights reserved.