org.kuali.common.impex.model
Interface NamedElement

All Known Implementing Classes:
Column, Constraint, ForeignKey, Index, Sequence, Table, UniqueConstraint, View

public interface NamedElement

This interface allows for any database model element to be treated as a simple named element. Used primarily for sorting lists of elements by name

Author:
andrewlubbers

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.