Uses of Class
org.eclipse.datatools.modelbase.sql.constraints.IncrementType

Packages that use IncrementType
org.eclipse.datatools.modelbase.sql.constraints   
 

Uses of IncrementType in org.eclipse.datatools.modelbase.sql.constraints
 

Fields in org.eclipse.datatools.modelbase.sql.constraints declared as IncrementType
static IncrementType IncrementType.ASC_LITERAL
          The 'ASC' literal object.
static IncrementType IncrementType.DESC_LITERAL
          The 'DESC' literal object.
static IncrementType IncrementType.RANDOM_LITERAL
          The 'RANDOM' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints that return IncrementType
static IncrementType IncrementType.get(int value)
          Returns the 'Increment Type' literal with the specified integer value.
static IncrementType IncrementType.get(java.lang.String literal)
          Returns the 'Increment Type' literal with the specified literal value.
static IncrementType IncrementType.getByName(java.lang.String name)
          Returns the 'Increment Type' literal with the specified name.
 IncrementType IndexMember.getIncrementType()
          Returns the value of the 'Increment Type' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type IncrementType
 void IndexMember.setIncrementType(IncrementType value)
          Sets the value of the 'Increment Type' attribute.