Uses of Class
org.eclipse.datatools.modelbase.dbdefinition.CheckOption

Packages that use CheckOption
org.eclipse.datatools.modelbase.dbdefinition   
org.eclipse.datatools.modelbase.dbdefinition.impl   
 

Uses of CheckOption in org.eclipse.datatools.modelbase.dbdefinition
 

Fields in org.eclipse.datatools.modelbase.dbdefinition declared as CheckOption
static CheckOption CheckOption.NONE_LITERAL
          The 'NONE' literal object.
static CheckOption CheckOption.CASCADE_LITERAL
          The 'CASCADE' literal object.
static CheckOption CheckOption.LOCAL_LITERAL
          The 'LOCAL' literal object.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition that return CheckOption
static CheckOption CheckOption.get(java.lang.String literal)
          Returns the 'Check Option' literal with the specified literal value.
static CheckOption CheckOption.getByName(java.lang.String name)
          Returns the 'Check Option' literal with the specified name.
static CheckOption CheckOption.get(int value)
          Returns the 'Check Option' literal with the specified integer value.
 

Uses of CheckOption in org.eclipse.datatools.modelbase.dbdefinition.impl
 

Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return CheckOption
 CheckOption DatabaseDefinitionFactoryImpl.createCheckOptionFromString(EDataType eDataType, java.lang.String initialValue)
           
 



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