Uses of Interface
org.eobjects.metamodel.util.HasName

Packages that use HasName
org.eobjects.metamodel.schema API for schema structure 
org.eobjects.metamodel.util Utilities and convenient classes 
 

Uses of HasName in org.eobjects.metamodel.schema
 

Subinterfaces of HasName in org.eobjects.metamodel.schema
 interface Column
          Represents a column and it's metadata description.
 interface NamedStructure
          Super-interface for named structural types in a DataContext.
 interface Schema
          Represents a schema and it's metadata description.
 interface Table
          Represents a table and it's metadata description.
 

Classes in org.eobjects.metamodel.schema that implement HasName
 class AbstractColumn
          Abstract Column implementation.
 class AbstractSchema
          Abstract implementation of the Schema interface.
 class AbstractTable
          Abstract Table implementation.
 class CompositeSchema
          A composite schema, comprising tables from several DataContexts.
 class ImmutableColumn
          Immutable implementation of the Column interface.
 class ImmutableSchema
          An immutable implementation of the Schema interface.
 class MutableColumn
          Represents a column and it's metadata description.
 class MutableSchema
          Represents a schema and it's metadata.
 class MutableTable
          Represents the metadata about a table.
 

Uses of HasName in org.eobjects.metamodel.util
 

Subinterfaces of HasName in org.eobjects.metamodel.util
 interface Resource
          Represents a resource from which we can read and write bytes
 

Classes in org.eobjects.metamodel.util that implement HasName
 class ClasspathResource
          A Resource based on a classpath entry
 class FileResource
          File based Resource implementation.
 class InMemoryResource
          An entirely in-memory kept Resource.
 class Month
          Provides a handy and type-safe enum around the months otherwise defined as int constants in java.util.Calendar.
 class SimpleTableDef
          Represents a table definition to be used in scenarios where a DataContext is unable to detect/discover the table structure and needs some basic input around expected table structures.
 class UrlResource
          Resource based on URL or URI.
 class Weekday
          Provides a handy and type-safe enum around the weekdays otherwise defined as int constants in java.util.Calendar.
 

Methods in org.eobjects.metamodel.util with parameters of type HasName
 String HasNameMapper.eval(HasName arg)
           
 



Copyright © 2007-2013. All Rights Reserved.