com.bonevich.erj.model
Interface AttributeType

All Known Implementing Classes:
DataType, Domain

public interface AttributeType

An interface that defines a specific type definition for an attribute - either a primitive data type or a domain.

Author:
Jeffrey D. Bonevich
See Also:
Domain, DataType

Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

public java.lang.String getName()


Copyright © 2001-2003 bonevich.com. All Rights Reserved.