Uses of Class
org.modelsphere.jack.baseDb.db.DbObject

Packages that use DbObject
org.modelsphere.jack.baseDb.db   
org.modelsphere.jack.baseDb.meta   
org.modelsphere.sms.be.db   
org.modelsphere.sms.db   
org.modelsphere.sms.oo.db   
org.modelsphere.sms.oo.java.db   
org.modelsphere.sms.or.db   
org.modelsphere.sms.or.ibm.db   
org.modelsphere.sms.or.informix.db   
org.modelsphere.sms.or.oracle.db   
 

Uses of DbObject in org.modelsphere.jack.baseDb.db
 

Methods in org.modelsphere.jack.baseDb.db that return DbObject
 DbObject DbObject.copyComponent()
          Create a copy of DbObject
 DbObject DbObject.createComponent(MetaClass metaClass)
           
 DbObject DbObject.createComponent(MetaClass metaClass, java.lang.Object[] parameters, java.lang.Class[] parametersClasses)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer, boolean namePrefixedWithCopyOf)
           
 DbObject DbHugeRAMRelationN.elementAt(int index)
           
 DbObject DbRAMRelationN.elementAt(int index)
           
abstract  DbObject DbRelationN.elementAt(int index)
           
 DbObject DbObject.findComponentByName(MetaClass metaClass, java.lang.String name)
           
 DbObject DbObject.findComponentByName(MetaClass metaClass, java.lang.String name, boolean caseSentitive)
           
 DbObject DbSemanticalObject.findComponentByPhysicalName(MetaClass metaClass, java.lang.String physicalName)
          Returns the component of the specified class with the specified physical name.
 DbObject DbObject.findMatchingObject()
           
 DbObject DbObject.getComposite()
           
 DbObject DbObject.getCompositeOfType(MetaClass metaClass)
           
 DbObject DbUDFValue.getDbObject()
           
 DbObject DbObject.getMatchingObject()
           
 DbObject DbRelationN.getParent()
           
 DbObject DbObject.load(java.io.ObjectInputStream in, VersionConverter converter)
           
 DbObject DbObject.load(java.io.ObjectInputStream in, VersionConverter converter, boolean isRestore)
           
 DbObject DbEnumeration.nextElement()
           
 

Methods in org.modelsphere.jack.baseDb.db with parameters of type DbObject
 void DbStyleI.copyOptions(DbObject srcStyle)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer, boolean namePrefixedWithCopyOf)
           
static DbObject[] DbObject.deepCopy(DbObject[] dbos, DbObject composite, DeepCopyCustomizer customizer, boolean namePrefixedWithCopyOf)
           
 java.lang.Object DbSingleZoneDisplay.getValue(DbObject dbo)
          Get the value of the MetaField or the UDF
 java.lang.Object DbServices.getValueOfObject(DbObject obj, MetaField mf)
           
 int DbHugeRAMRelationN.indexOf(DbObject dbo)
           
 int DbRAMRelationN.indexOf(DbObject dbo)
           
abstract  int DbRelationN.indexOf(DbObject dbo)
           
 boolean DbUDF.isAUserPropertyOf(DbObject dbo)
           
 boolean DbObject.isDescendingFrom(DbObject dbo)
           
 boolean DbObject.matches(DbObject dbo)
           
 boolean DbSemanticalObject.matches(DbObject dbo)
           
 boolean DbUDF.matches(DbObject dbo)
           
 boolean DbUDFValue.matches(DbObject dbo)
           
 java.lang.String DbObject.ComponentIterator.modifiedComponentName(DbObject component, java.lang.String currentName)
           
 void DbLogin.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbLoginGroup.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbObject.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSingleZoneDisplay.set(MetaRelationN relation, DbObject neighbor, int op)
          Deprecated. use the appropriate addToXXX() or removeFromXXX() method instead.
 void DbZoneDisplay.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbObject.setComposite(DbObject value)
           
 void DbUDFValue.setDbObject(DbObject dbo)
           
 void DbServices.setDbOfObject(DbObject object, Db db)
           
 void DbObject.setMatchingObject(DbObject dbo)
           
 void DbServices.setProject(DbObject obj, DbProject project)
           
protected  boolean DbObject.setRelationNN(MetaRelationN relation, DbObject dbo, int op)
           
protected  boolean DbObject.setRelationNN(MetaRelationN relation, DbObject dbo, int op, int index, int oppositeIndex)
           
 void DbServices.setTransStatus(DbObject obj, int status)
           
 void DbServices.setValueOfObject(DbObject obj, MetaField mf, java.lang.Object value)
           
 

Constructors in org.modelsphere.jack.baseDb.db with parameters of type DbObject
DbLogin(DbObject composite)
           
DbLoginGroup(DbObject composite)
           
DbLoginUser(DbObject composite)
           
DbObject(DbObject composite)
           
DbProject(DbObject composite)
           
DbReinsertCommand(DbRelationN dbRelN, DbObject neighbor, int oldIndex, int newIndex)
           
DbSemanticalObject(DbObject composite)
           
DbSetCommand(DbObject anUpdatedObject, MetaField anUpdatedField, java.lang.Object anOldValue, java.lang.Object aNewValue, int anOldIndex, int aNewIndex)
           
DbSetRelationNNCommand(DbObject updatedObject, MetaRelationN relation, DbObject neighbor, int op, int index, int oppositeIndex)
           
DbSingleZoneDisplay(DbObject composite)
          Creates an instance of DbSingleZoneDisplay.
DbSingleZoneDisplay(DbObject composite, boolean displayed, ZoneJustification justification, boolean separator)
          Creates an empty instance of DbSingleZoneDisplay.
DbSingleZoneDisplay(DbObject composite, DbUDF udf, boolean displayed, ZoneJustification justification, boolean separator)
          Creates an instance of DbSingleZoneDisplay.
DbSingleZoneDisplay(DbObject composite, MetaField metaField, boolean displayed, ZoneJustification justification, boolean separator)
          Creates an instance of DbSingleZoneDisplay.
DbUDFValue(DbUDF udf, DbObject dbo, java.lang.Object value)
           
DbZoneDisplay(DbObject composite)
          Creates an instance of DbDisplayField.
 

Uses of DbObject in org.modelsphere.jack.baseDb.meta
 

Methods in org.modelsphere.jack.baseDb.meta with parameters of type DbObject
 MetaRelationship MetaChoice.getOppositeRel(DbObject neighbor)
           
 MetaRelationship MetaRelation.getOppositeRel(DbObject neighbor)
           
abstract  MetaRelationship MetaRelationship.getOppositeRel(DbObject neighbor)
           
 

Uses of DbObject in org.modelsphere.sms.be.db
 

Methods in org.modelsphere.sms.be.db that return DbObject
 DbObject DbBEModel.findUseCaseComponentByAlphanumericHierID(java.lang.String alphanumericHierId)
           
 DbObject DbBEModel.findUseCaseComponentByNumericHierID(java.lang.String numericHierId)
           
 DbObject DbBEFlowGo.getSO()
           
 

Methods in org.modelsphere.sms.be.db with parameters of type DbObject
 void DbBEStyle.copyOptions(DbObject srcStyle)
           
 void DbBEActor.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEActorGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEActorQualifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEContextCell.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEContextGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEDiagram.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEFlow.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEFlowGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEFlowQualifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBENotation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEQualifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEQualifierLink.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEResource.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBESingleZoneDisplay.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEStore.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEStoreGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEStoreQualifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEUseCase.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEUseCaseGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEUseCaseQualifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbBEUseCaseResource.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.be.db with parameters of type DbObject
DbBEActor(DbObject composite)
          Creates an instance of DbBEActor.
DbBEActorQualifier(DbObject composite, DbSMSSemanticalObject semObj)
          Creates an instance of DbBEActorQualifier.
DbBEContextCell(DbObject composite, int x, int y)
          Creates an instance of DbBEContextCell.
DbBEDiagram(DbObject composite)
          Creates an instance of DbBEDiagram.
DbBEFlow(DbObject composite)
          Creates an instance of DbBEFlow.
DbBEFlowQualifier(DbObject composite, DbSMSSemanticalObject semObj)
          Creates an instance of DbBEFlowQualifier.
DbBEModel(DbObject composite)
          Creates an instance of DbBEModel.
DbBENotation(DbObject composite)
          Creates an instance of DbBENotation.
DbBEQualifier(DbObject composite)
          Creates an instance of DbBEQualifier.
DbBEQualifierLink(DbObject composite)
          Creates an instance of DbBEQualifierLink.
DbBEResource(DbObject composite)
          Creates an instance of DbBEResource.
DbBESingleZoneDisplay(DbObject composite, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
DbBESingleZoneDisplay(DbObject composite, DbUDF udf, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
DbBESingleZoneDisplay(DbObject composite, MetaField metaField, boolean displayed, ZoneJustification justification, boolean separator, BEZoneStereotype stereotype)
          Creates an instance of DbBESingleZoneDisplay.
DbBEStore(DbObject composite)
          Creates an instance of DbBEStore.
DbBEStoreQualifier(DbObject composite, DbSMSSemanticalObject semObj)
          Creates an instance of DbBEStoreQualifier.
DbBEStyle(DbObject composite)
          Creates an instance of DbBEStyle.
DbBEUseCase(DbObject composite)
          Creates an instance of DbBEUseCase.
DbBEUseCaseQualifier(DbObject composite, DbSMSSemanticalObject semObj)
          Creates an instance of DbBEUseCaseQualifier.
DbBEUseCaseResource(DbObject composite, DbBEResource resource)
          Creates an instance of DbBEUseCaseResource.
 

Uses of DbObject in org.modelsphere.sms.db
 

Methods in org.modelsphere.sms.db that return DbObject
 DbObject DbSMSAssociationGo.getSO()
           
 DbObject DbSMSClassifierGo.getSO()
           
 DbObject DbSMSCommonItemGo.getSO()
           
 DbObject DbSMSFreeGraphicGo.getSO()
           
abstract  DbObject DbSMSGraphicalObject.getSO()
           
 DbObject DbSMSImageGo.getSO()
           
 DbObject DbSMSInheritanceGo.getSO()
           
 DbObject DbSMSLinkGo.getSO()
           
 DbObject DbSMSNoticeGo.getSO()
           
 DbObject DbSMSPackageGo.getSO()
           
 DbObject DbSMSStampGo.getSO()
           
 DbObject DbSMSUserTextGo.getSO()
           
 

Methods in org.modelsphere.sms.db with parameters of type DbObject
 boolean DbSMSAbstractPackage.matches(DbObject dbo)
           
 boolean DbSMSBuiltInTypeNode.matches(DbObject dbo)
           
 boolean DbSMSBuiltInTypePackage.matches(DbObject dbo)
           
 boolean DbSMSNotation.matches(DbObject dbo)
           
 boolean DbSMSStyle.matches(DbObject dbo)
           
 boolean DbSMSTargetSystem.matches(DbObject dbo)
           
 boolean DbSMSUmlExtensibility.matches(DbObject dbo)
           
 void DbSMSAbstractPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSAbstractRelationship.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSAbstractRelationshipEnd.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSAssociation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSAssociationEnd.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSAssociationGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSBehavioralFeature.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSBuiltInTypeNode.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSBuiltInTypePackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSClassifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSClassifierGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSCommonItem.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSCommonItemGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSConstraint.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSDiagram.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSFeature.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSFreeFormGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSFreeGraphicGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSFreeLineGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSGraphicalObject.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSImageGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSIndex.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSIndexKey.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSInheritance.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSInheritanceGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSLineGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSLink.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSLinkGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSLinkModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSNotation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSNotice.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSNoticeGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSObjectImport.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSPackageGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSProject.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSSemanticalObject.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSStampGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSStereotype.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSStructuralFeature.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSTargetSystem.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSTypeClassifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSTypedElement.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSUmlConstraint.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSUmlExtensibility.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSUser.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSUserDefinedPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbSMSUserTextGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.db with parameters of type DbObject
DbSMSAbstractPackage(DbObject composite)
          Creates an instance of DbSMSAbstractPackage.
DbSMSAbstractRelationship(DbObject composite)
          Creates an instance of DbSMSAbstractRelationship.
DbSMSAbstractRelationshipEnd(DbObject composite)
          Creates an instance of DbSMSAbstractRelationshipEnd.
DbSMSAssociation(DbObject composite)
          Creates an instance of DbSMSAssociation.
DbSMSAssociationEnd(DbObject composite)
          Creates an instance of DbSMSAssociationEnd.
DbSMSBehavioralFeature(DbObject composite)
          Creates an instance of DbSMSBehavioralFeature.
DbSMSBuiltInTypeNode(DbObject composite)
          Creates an instance of DbSMSBuiltInTypeNode.
DbSMSClassifier(DbObject composite)
          Creates an instance of DbSMSClassifier.
DbSMSCommonItem(DbObject composite)
          Creates an instance of DbSMSCommonItem.
DbSMSConstraint(DbObject composite)
          Creates an instance of DbSMSConstraint.
DbSMSDiagram(DbObject composite)
          Creates an instance of DbSMSDiagram.
DbSMSFeature(DbObject composite)
          Creates an instance of DbSMSFeature.
DbSMSFreeFormGo(DbObject composite, SMSFreeForm category)
          Creates an instance of DbSMSFreeFormGo.
DbSMSFreeGraphicGo(DbObject composite)
          Creates an instance of DbSMSFreeGraphicGo.
DbSMSFreeLineGo(DbObject composite)
          Creates an instance of DbSMSFreeLineGo.
DbSMSGraphicalObject(DbObject composite)
          Creates an instance of DbSMSGraphicalObject.
DbSMSImageGo(DbObject composite)
          Creates an instance of DbSMSImageGo.
DbSMSIndex(DbObject composite)
          Creates an instance of DbSMSIndex.
DbSMSIndexKey(DbObject composite)
          Creates an instance of DbSMSIndexKey.
DbSMSInheritance(DbObject composite)
          Creates an instance of DbSMSInheritance.
DbSMSLink(DbObject composite)
          Creates an instance of DbSMSLink.
DbSMSLinkModel(DbObject composite)
          Creates an instance of DbSMSLinkModel.
DbSMSNotation(DbObject composite)
          Creates an instance of DbSMSNotation.
DbSMSNotice(DbObject composite)
          Creates an instance of DbSMSNotice.
DbSMSNoticeGo(DbObject composite)
          Creates an instance of DbSMSNoticeGo.
DbSMSObjectImport(DbObject composite)
          Creates an instance of DbSMSObjectImport.
DbSMSPackage(DbObject composite)
          Creates an instance of DbSMSPackage.
DbSMSParameter(DbObject composite)
          Creates an instance of DbSMSParameter.
DbSMSProject(DbObject composite)
          Creates an instance of DbSMSProject.
DbSMSSemanticalObject(DbObject composite)
          Creates an instance of DbSMSSemanticalObject.
DbSMSStampGo(DbObject composite)
          Creates an instance of DbSMSStampGo.
DbSMSStereotype(DbObject composite)
          Creates an instance of DbSMSStereotype.
DbSMSStructuralFeature(DbObject composite)
          Creates an instance of DbSMSStructuralFeature.
DbSMSStyle(DbObject composite)
          Creates an instance of DbSMSStyle.
DbSMSStyle(DbObject composite, SMSStyleCategory category)
          Creates an instance of DbSMSStyle.
DbSMSTypeClassifier(DbObject composite)
          Creates an instance of DbSMSTypeClassifier.
DbSMSTypedElement(DbObject composite)
          Creates an instance of DbSMSTypedElement.
DbSMSUmlConstraint(DbObject composite)
          Creates an instance of DbSMSUmlConstraint.
DbSMSUmlExtensibility(DbObject composite)
          Creates an instance of DbSMSUmlExtensibility.
DbSMSUser(DbObject composite)
          Creates an instance of DbSMSUser.
DbSMSUserDefinedPackage(DbObject composite)
          Creates an instance of DbSMSUserDefinedPackage.
DbSMSUserTextGo(DbObject composite)
          Creates an instance of DbSMSUserTextGo.
 

Uses of DbObject in org.modelsphere.sms.oo.db
 

Methods in org.modelsphere.sms.oo.db with parameters of type DbObject
 void DbOOStyle.copyOptions(DbObject srcStyle)
           
 boolean DbOOAbstractMethod.matches(DbObject dbo)
           
 void DbOOAbsPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAbstractMethod.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAdt.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAdtGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAssociation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAssociationEnd.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOAssociationGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOClass.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOClassModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOConstructor.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOODataMember.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOODiagram.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOInheritance.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOInitBlock.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOMethod.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOOperation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOPrimitiveType.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOOStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.oo.db with parameters of type DbObject
DbOOAbsPackage(DbObject composite)
          Creates an instance of DbOOAbsPackage.
DbOOAbstractMethod(DbObject composite)
          Creates an instance of DbOOAbstractMethod.
DbOOAdt(DbObject composite)
          Creates an instance of DbOOAdt.
DbOOAssociation(DbObject composite)
          Creates an instance of DbOOAssociation.
DbOOClass(DbObject composite)
          Creates an instance of DbOOClass.
DbOOClassModel(DbObject composite)
          Creates an instance of DbOOClassModel.
DbOOConstructor(DbObject composite)
          Creates an instance of DbOOConstructor.
DbOODataMember(DbObject composite)
          Creates an instance of DbOODataMember.
DbOODiagram(DbObject composite)
          Creates an instance of DbOODiagram.
DbOOInitBlock(DbObject composite)
          Creates an instance of DbOOInitBlock.
DbOOMethod(DbObject composite)
          Creates an instance of DbOOMethod.
DbOOOperation(DbObject composite)
          Creates an instance of DbOOOperation.
DbOOPackage(DbObject composite)
          Creates an instance of DbOOPackage.
DbOOParameter(DbObject composite)
          Creates an instance of DbOOParameter.
DbOOPrimitiveType(DbObject composite)
          Creates an instance of DbOOPrimitiveType.
DbOOStyle(DbObject composite)
          Creates an instance of DbOOStyle.
 

Uses of DbObject in org.modelsphere.sms.oo.java.db
 

Methods in org.modelsphere.sms.oo.java.db with parameters of type DbObject
 void DbJVAssociation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVAssociationEnd.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVClass.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVClassModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVCompilationUnit.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVConstructor.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVDataMember.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVImport.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVInheritance.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVInitBlock.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVMethod.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbJVPrimitiveType.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.oo.java.db with parameters of type DbObject
DbJVClass(DbObject composite, JVClassCategory stereotype)
          Creates an instance of DbJVClass.
DbJVClassModel(DbObject composite)
          Creates an instance of DbJVClassModel.
DbJVCompilationUnit(DbObject composite)
          Creates an instance of DbJVCompilationUnit.
DbJVConstructor(DbObject composite)
          Creates an instance of DbJVConstructor.
DbJVDataMember(DbObject composite)
          Creates an instance of DbJVDataMember.
DbJVInitBlock(DbObject composite)
          Creates an instance of DbJVInitBlock.
DbJVMethod(DbObject composite)
          Creates an instance of DbJVMethod.
DbJVPackage(DbObject composite)
          Creates an instance of DbJVPackage.
DbJVParameter(DbObject composite)
          Creates an instance of DbJVParameter.
DbJVPrimitiveType(DbObject composite, java.lang.String typeName)
          Creates an instance of DbJVPrimitiveType.
 

Uses of DbObject in org.modelsphere.sms.or.db
 

Methods in org.modelsphere.sms.or.db with parameters of type DbObject
 void DbORCommonItemStyle.copyOptions(DbObject srcStyle)
           
 void DbORDomainStyle.copyOptions(DbObject srcStyle)
           
 void DbORStyle.copyOptions(DbObject srcStyle)
           
 boolean DbORUserNode.matches(DbObject dbo)
           
 void DbORAbsTable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAbstractMethod.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAllowableValue.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAssociation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAssociationEnd.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAssociationGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAttribute.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORBuiltInType.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORCheck.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORColumn.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORCommonItem.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORCommonItemModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORCommonItemStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORConstraint.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDataModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDatabase.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDiagram.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDomain.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDomainModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORDomainStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORFKeyColumn.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORField.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORForeign.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORIndex.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORIndexKey.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORNotation.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbOROperationLibrary.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORPrimaryUnique.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORProcedure.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORStyle.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORTable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORTableGo.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORTrigger.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORTypeClassifier.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORUser.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORUserNode.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORView.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.or.db with parameters of type DbObject
DbORAbsTable(DbObject composite)
          Creates an instance of DbORAbsTable.
DbORAbstractMethod(DbObject composite)
          Creates an instance of DbORAbstractMethod.
DbORAllowableValue(DbObject composite)
          Creates an instance of DbORAllowableValue.
DbORAttribute(DbObject composite)
          Creates an instance of DbORAttribute.
DbORBuiltInType(DbObject composite)
          Creates an instance of DbORBuiltInType.
DbORCheck(DbObject composite)
          Creates an instance of DbORCheck.
DbORColumn(DbObject composite)
          Creates an instance of DbORColumn.
DbORCommonItem(DbObject composite)
          Creates an instance of DbORCommonItem.
DbORCommonItemModel(DbObject composite)
          Creates an instance of DbORCommonItemModel.
DbORCommonItemStyle(DbObject composite)
          Creates an instance of DbORCommonItemStyle.
DbORConstraint(DbObject composite)
          Creates an instance of DbORConstraint.
DbORDatabase(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORDatabase.
DbORDataModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORDataModel.
DbORDataModel(DbObject composite, DbSMSTargetSystem targetSystem, int logicalMode)
          Creates an instance of DbORDataModel.
DbORDiagram(DbObject composite)
          Creates an instance of DbORDiagram.
DbORDomain(DbObject composite)
          Creates an instance of DbORDomain.
DbORDomainModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORDomainModel.
DbORDomainStyle(DbObject composite)
          Creates an instance of DbORDomainStyle.
DbORField(DbObject composite)
          Creates an instance of DbORField.
DbORIndex(DbObject composite)
          Creates an instance of DbORIndex.
DbORIndexKey(DbObject composite)
          Creates an instance of DbORIndexKey.
DbORModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORModel.
DbORNotation(DbObject composite)
          Creates an instance of DbORNotation.
DbOROperationLibrary(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbOROperationLibrary.
DbORPackage(DbObject composite)
          Creates an instance of DbORPackage.
DbORParameter(DbObject composite)
          Creates an instance of DbORParameter.
DbORPrimaryUnique(DbObject composite)
          Creates an instance of DbORPrimaryUnique.
DbORProcedure(DbObject composite)
          Creates an instance of DbORProcedure.
DbORStyle(DbObject composite)
          Creates an instance of DbORStyle.
DbORTable(DbObject composite)
          Creates an instance of DbORTable.
DbORTrigger(DbObject composite)
          Creates an instance of DbORTrigger.
DbORTypeClassifier(DbObject composite)
          Creates an instance of DbORTypeClassifier.
DbORUser(DbObject composite)
          Creates an instance of DbORUser.
DbORUserNode(DbObject composite)
          Creates an instance of DbORUserNode.
DbORView(DbObject composite)
          Creates an instance of DbORView.
 

Uses of DbObject in org.modelsphere.sms.or.ibm.db
 

Methods in org.modelsphere.sms.or.ibm.db with parameters of type DbObject
 void DbIBMBufferPool.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMCheck.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMColumn.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMContainerClause.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMContainerItem.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMDataModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMDatabase.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMDbPartitionGroup.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMExceptClause.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMForeign.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMIndex.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMOperationLibrary.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMPrimaryUnique.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMProcedure.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMSequence.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMTable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMTablespace.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMTrigger.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbIBMView.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.or.ibm.db with parameters of type DbObject
DbIBMBufferPool(DbObject composite)
          Creates an instance of DbIBMBufferPool.
DbIBMCheck(DbObject composite)
          Creates an instance of DbIBMCheck.
DbIBMColumn(DbObject composite)
          Creates an instance of DbIBMColumn.
DbIBMContainerClause(DbObject composite)
          Creates an instance of DbIBMContainerClause.
DbIBMContainerItem(DbObject composite)
          Creates an instance of DbIBMContainerItem.
DbIBMDatabase(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbIBMDatabase.
DbIBMDataModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbIBMDataModel.
DbIBMDataModel(DbObject composite, DbSMSTargetSystem targetSystem, int logicalMode)
          Creates an instance of DbIBMDataModel.
DbIBMDbPartitionGroup(DbObject composite)
          Creates an instance of DbIBMDbPartitionGroup.
DbIBMExceptClause(DbObject composite)
          Creates an instance of DbIBMExceptClause.
DbIBMIndex(DbObject composite)
          Creates an instance of DbIBMIndex.
DbIBMOperationLibrary(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbIBMOperationLibrary.
DbIBMParameter(DbObject composite)
          Creates an instance of DbIBMParameter.
DbIBMPrimaryUnique(DbObject composite)
          Creates an instance of DbIBMPrimaryUnique.
DbIBMProcedure(DbObject composite)
          Creates an instance of DbIBMProcedure.
DbIBMSequence(DbObject composite)
          Creates an instance of DbIBMSequence.
DbIBMTable(DbObject composite)
          Creates an instance of DbIBMTable.
DbIBMTablespace(DbObject composite)
          Creates an instance of DbIBMTablespace.
DbIBMTrigger(DbObject composite)
          Creates an instance of DbIBMTrigger.
DbIBMView(DbObject composite)
          Creates an instance of DbIBMView.
 

Uses of DbObject in org.modelsphere.sms.or.informix.db
 

Methods in org.modelsphere.sms.or.informix.db with parameters of type DbObject
 void DbINFCheck.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFColumn.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFDataModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFDatabase.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFDbspace.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFForeign.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFFragment.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFIndex.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFOperationLibrary.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFPrimaryUnique.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFProcedure.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFSbspace.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFTable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFTrigger.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbINFView.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.or.informix.db with parameters of type DbObject
DbINFCheck(DbObject composite)
          Creates an instance of DbINFCheck.
DbINFColumn(DbObject composite)
          Creates an instance of DbINFColumn.
DbINFDatabase(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbINFDatabase.
DbINFDataModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbINFDataModel.
DbINFDataModel(DbObject composite, DbSMSTargetSystem targetSystem, int logicalMode)
          Creates an instance of DbINFDataModel.
DbINFDbspace(DbObject composite)
          Creates an instance of DbINFDbspace.
DbINFFragment(DbObject composite)
          Creates an instance of DbINFFragment.
DbINFIndex(DbObject composite)
          Creates an instance of DbINFIndex.
DbINFOperationLibrary(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbINFOperationLibrary.
DbINFParameter(DbObject composite)
          Creates an instance of DbINFParameter.
DbINFPrimaryUnique(DbObject composite)
          Creates an instance of DbINFPrimaryUnique.
DbINFProcedure(DbObject composite)
          Creates an instance of DbINFProcedure.
DbINFSbspace(DbObject composite)
          Creates an instance of DbINFSbspace.
DbINFTable(DbObject composite)
          Creates an instance of DbINFTable.
DbINFTrigger(DbObject composite)
          Creates an instance of DbINFTrigger.
DbINFView(DbObject composite)
          Creates an instance of DbINFView.
 

Uses of DbObject in org.modelsphere.sms.or.oracle.db
 

Methods in org.modelsphere.sms.or.oracle.db with parameters of type DbObject
 void DbORAAbsPartition.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAAbsTable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORACheck.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAColumn.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORADataFile.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORADataModel.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORADatabase.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAFile.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAForeign.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAIndex.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORALobStorage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORANestedTableStorage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAPackage.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAParameter.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAPartition.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAPrimaryUnique.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAProcedure.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAProgramUnitLibrary.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORARedoLogFile.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORARedoLogGroup.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORARollbackSegment.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORASequence.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORASubPartition.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORATable.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORATablespace.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORATrigger.set(MetaRelationN relation, DbObject neighbor, int op)
           
 void DbORAView.set(MetaRelationN relation, DbObject neighbor, int op)
           
 

Constructors in org.modelsphere.sms.or.oracle.db with parameters of type DbObject
DbORAAbsPartition(DbObject composite)
          Creates an instance of DbORAAbsPartition.
DbORAAbsTable(DbObject composite)
          Creates an instance of DbORAAbsTable.
DbORACheck(DbObject composite)
          Creates an instance of DbORACheck.
DbORAColumn(DbObject composite)
          Creates an instance of DbORAColumn.
DbORADatabase(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORADatabase.
DbORADataFile(DbObject composite)
          Creates an instance of DbORADataFile.
DbORADataModel(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORADataModel.
DbORADataModel(DbObject composite, DbSMSTargetSystem targetSystem, int logicalMode)
          Creates an instance of DbORADataModel.
DbORAFile(DbObject composite)
          Creates an instance of DbORAFile.
DbORAIndex(DbObject composite)
          Creates an instance of DbORAIndex.
DbORALobStorage(DbObject composite)
          Creates an instance of DbORALobStorage.
DbORANestedTableStorage(DbObject composite)
          Creates an instance of DbORANestedTableStorage.
DbORAPackage(DbObject composite)
          Creates an instance of DbORAPackage.
DbORAParameter(DbObject composite)
          Creates an instance of DbORAParameter.
DbORAPartition(DbObject composite)
          Creates an instance of DbORAPartition.
DbORAPrimaryUnique(DbObject composite)
          Creates an instance of DbORAPrimaryUnique.
DbORAProcedure(DbObject composite)
          Creates an instance of DbORAProcedure.
DbORAProgramUnitLibrary(DbObject composite, DbSMSTargetSystem targetSystem)
          Creates an instance of DbORAProgramUnitLibrary.
DbORARedoLogFile(DbObject composite)
          Creates an instance of DbORARedoLogFile.
DbORARedoLogGroup(DbObject composite)
          Creates an instance of DbORARedoLogGroup.
DbORARollbackSegment(DbObject composite)
          Creates an instance of DbORARollbackSegment.
DbORASequence(DbObject composite)
          Creates an instance of DbORASequence.
DbORASubPartition(DbObject composite)
          Creates an instance of DbORASubPartition.
DbORATable(DbObject composite)
          Creates an instance of DbORATable.
DbORATablespace(DbObject composite)
          Creates an instance of DbORATablespace.
DbORATrigger(DbObject composite)
          Creates an instance of DbORATrigger.
DbORAView(DbObject composite)
          Creates an instance of DbORAView.
 



Open ModelSphere 2007. All Rights Reserved.