Uses of Class
org.eobjects.metamodel.schema.SuperColumnType

Packages that use SuperColumnType
org.eobjects.metamodel Root package for MetaModel 
org.eobjects.metamodel.schema API for schema structure 
 

Uses of SuperColumnType in org.eobjects.metamodel
 

Methods in org.eobjects.metamodel with parameters of type SuperColumnType
static Column[] MetaModelHelper.getColumnsBySuperType(Column[] columns, SuperColumnType superColumnType)
           
 

Uses of SuperColumnType in org.eobjects.metamodel.schema
 

Methods in org.eobjects.metamodel.schema that return SuperColumnType
 SuperColumnType ColumnType.getSuperType()
           
static SuperColumnType SuperColumnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SuperColumnType[] SuperColumnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eobjects.metamodel.schema with parameters of type SuperColumnType
 Column[] Table.getColumnsOfSuperType(SuperColumnType superColumnType)
          Gets the columns of this table that conforms to a specified SuperColumnType.
 Column[] AbstractTable.getColumnsOfSuperType(SuperColumnType superColumnType)
           
 



Copyright © 2007-2013. All Rights Reserved.