org.tranql.schema
Interface Attribute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CacheSlot, CMPField, Column

public interface Attribute
extends java.io.Serializable

Version:
$Revision: 58 $ $Date: 2004-04-22 01:45:33 +0200 (Thu, 22 Apr 2004) $

Method Summary
 java.lang.String getName()
           
 java.lang.String getPhysicalName()
           
 java.lang.Class getType()
           
 boolean isIdentity()
           
 

Method Detail

getName

java.lang.String getName()

getPhysicalName

java.lang.String getPhysicalName()

getType

java.lang.Class getType()

isIdentity

boolean isIdentity()


Copyright © -2010 The Codehaus. All Rights Reserved.