Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier

Packages that use IdentitySpecifier
org.eclipse.wst.rdb.internal.models.sql.schema   
org.eclipse.wst.rdb.internal.models.sql.schema.impl   
org.eclipse.wst.rdb.internal.models.sql.schema.util   
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

Uses of IdentitySpecifier in org.eclipse.wst.rdb.internal.models.sql.schema
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return IdentitySpecifier
 IdentitySpecifier SQLSchemaFactory.createIdentitySpecifier()
          Returns a new object of class 'Identity Specifier'.
 IdentitySpecifier Sequence.getIdentity()
          Returns the value of the 'Identity' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type IdentitySpecifier
 void Sequence.setIdentity(IdentitySpecifier value)
          Sets the value of the 'Identity' containment reference.
 

Uses of IdentitySpecifier in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.schema.impl that implement IdentitySpecifier
 class IdentitySpecifierImpl
          An implementation of the model object 'Identity Specifier'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return IdentitySpecifier
 IdentitySpecifier SQLSchemaFactoryImpl.createIdentitySpecifier()
           
 IdentitySpecifier SequenceImpl.getIdentity()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type IdentitySpecifier
 org.eclipse.emf.common.notify.NotificationChain SequenceImpl.basicSetIdentity(IdentitySpecifier newIdentity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SequenceImpl.setIdentity(IdentitySpecifier newIdentity)
           
 

Uses of IdentitySpecifier in org.eclipse.wst.rdb.internal.models.sql.schema.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.util with parameters of type IdentitySpecifier
 java.lang.Object SQLSchemaSwitch.caseIdentitySpecifier(IdentitySpecifier object)
          Returns the result of interpretting the object as an instance of 'Identity Specifier'.
 

Uses of IdentitySpecifier in org.eclipse.wst.rdb.internal.models.sql.tables
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return IdentitySpecifier
 IdentitySpecifier Column.getIdentitySpecifier()
          Returns the value of the 'Identity Specifier' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type IdentitySpecifier
 void Column.setIdentitySpecifier(IdentitySpecifier value)
          Sets the value of the 'Identity Specifier' containment reference.
 

Uses of IdentitySpecifier in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return IdentitySpecifier
 IdentitySpecifier ColumnImpl.getIdentitySpecifier()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type IdentitySpecifier
 org.eclipse.emf.common.notify.NotificationChain ColumnImpl.basicSetIdentitySpecifier(IdentitySpecifier newIdentitySpecifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ColumnImpl.setIdentitySpecifier(IdentitySpecifier newIdentitySpecifier)