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

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

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

Fields in org.eclipse.datatools.modelbase.dbdefinition declared as LengthUnit
static LengthUnit LengthUnit.BIT_LITERAL
          The 'BIT' literal object.
static LengthUnit LengthUnit.BYTE_LITERAL
          The 'BYTE' literal object.
static LengthUnit LengthUnit.DECIMAL_LITERAL
          The 'DECIMAL' literal object.
static LengthUnit LengthUnit.DOUBLE_BYTE_LITERAL
          The 'DOUBLE BYTE' literal object.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition that return LengthUnit
static LengthUnit LengthUnit.get(int value)
          Returns the 'Length Unit' literal with the specified integer value.
static LengthUnit LengthUnit.get(java.lang.String literal)
          Returns the 'Length Unit' literal with the specified literal value.
static LengthUnit LengthUnit.getByName(java.lang.String name)
          Returns the 'Length Unit' literal with the specified name.
 LengthUnit PredefinedDataTypeDefinition.getLengthUnit()
          Returns the value of the 'Length Unit' attribute.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type LengthUnit
 void PredefinedDataTypeDefinition.setLengthUnit(LengthUnit value)
          Sets the value of the 'Length Unit' attribute.
 

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

Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return LengthUnit
 LengthUnit DatabaseDefinitionFactoryImpl.createLengthUnitFromString(EDataType eDataType, java.lang.String initialValue)
           
 LengthUnit PredefinedDataTypeDefinitionImpl.getLengthUnit()
           
 

Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type LengthUnit
 void PredefinedDataTypeDefinitionImpl.setLengthUnit(LengthUnit newLengthUnit)
           
 



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