Uses of Class
org.eclipse.datatools.modelbase.sql.tables.CheckType

Packages that use CheckType
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
 

Uses of CheckType in org.eclipse.datatools.modelbase.sql.tables
 

Fields in org.eclipse.datatools.modelbase.sql.tables declared as CheckType
static CheckType CheckType.CASCADED_LITERAL
          The 'CASCADED' literal object.
static CheckType CheckType.LOCAL_LITERAL
          The 'LOCAL' literal object.
static CheckType CheckType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return CheckType
static CheckType CheckType.get(int value)
          Returns the 'Check Type' literal with the specified integer value.
static CheckType CheckType.get(java.lang.String literal)
          Returns the 'Check Type' literal with the specified literal value.
static CheckType CheckType.getByName(java.lang.String name)
          Returns the 'Check Type' literal with the specified name.
 CheckType ViewTable.getCheckType()
          Returns the value of the 'Check Type' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type CheckType
 void ViewTable.setCheckType(CheckType value)
          Sets the value of the 'Check Type' attribute.
 

Uses of CheckType in org.eclipse.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return CheckType
 CheckType SQLTablesFactoryImpl.createCheckTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 CheckType ViewTableImpl.getCheckType()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type CheckType
 void ViewTableImpl.setCheckType(CheckType newCheckType)
           
 



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