Uses of Class
org.openxma.dsl.dom.model.DataBaseDialect

Packages that use DataBaseDialect
org.openxma.dsl.dom.model   
 

Uses of DataBaseDialect in org.openxma.dsl.dom.model
 

Fields in org.openxma.dsl.dom.model with type parameters of type DataBaseDialect
static List<DataBaseDialect> DataBaseDialect.VALUES
          A public read-only list of all the 'Data Base Dialect' enumerators.
 

Methods in org.openxma.dsl.dom.model that return DataBaseDialect
static DataBaseDialect DataBaseDialect.get(int value)
          Returns the 'Data Base Dialect' literal with the specified integer value.
static DataBaseDialect DataBaseDialect.get(String literal)
          Returns the 'Data Base Dialect' literal with the specified literal value.
static DataBaseDialect DataBaseDialect.getByName(String name)
          Returns the 'Data Base Dialect' literal with the specified name.
static DataBaseDialect DataBaseDialect.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataBaseDialect[] DataBaseDialect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.