Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.Comment

Packages that use Comment
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.impl   
org.eclipse.datatools.modelbase.sql.schema.util   
 

Uses of Comment in org.eclipse.datatools.modelbase.sql.schema
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return Comment
 Comment SQLSchemaFactory.createComment()
          Returns a new object of class 'Comment'.
 

Uses of Comment in org.eclipse.datatools.modelbase.sql.schema.impl
 

Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement Comment
 class CommentImpl
           An implementation of the model object 'Comment'.
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return Comment
 Comment SQLSchemaFactoryImpl.createComment()
           
 

Uses of Comment in org.eclipse.datatools.modelbase.sql.schema.util
 

Methods in org.eclipse.datatools.modelbase.sql.schema.util with parameters of type Comment
 java.lang.Object SQLSchemaSwitch.caseComment(Comment object)
          Returns the result of interpretting the object as an instance of 'Comment'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.