org.eobjects.metamodel.util
Interface HasName

All Known Subinterfaces:
Column, NamedStructure, Resource, Schema, Table
All Known Implementing Classes:
AbstractColumn, AbstractSchema, AbstractTable, ClasspathResource, CompositeSchema, FileResource, ImmutableColumn, ImmutableSchema, InMemoryResource, Month, MutableColumn, MutableSchema, MutableTable, SimpleTableDef, UrlResource, Weekday

public interface HasName

Represents anything with a (String based) name.

Author:
Kasper Sørensen

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2007-2013. All Rights Reserved.