ca.pjer.cm.api.metadata
Interface MetaData

All Superinterfaces:
Meta, java.io.Serializable

public interface MetaData
extends Meta


$Id: MetaData.java,v 1.1 2004/05/18 12:57:02 pjer Exp $

$RCSfile: MetaData.java,v $
$Revision: 1.1 $
$Author: pjer $
$Date: 2004/05/18 12:57:02 $


Method Summary
 java.lang.Class getClazz()
           
 java.util.List getMetaPropertyList()
           
 java.util.List getMetaRelationManyToManyList()
           
 java.util.List getMetaRelationManyToOneList()
           
 java.util.List getMetaRelationOneToManyList()
           
 java.util.List getMetaRelationOneToOneList()
           
 java.lang.Boolean getRoot()
           
 
Methods inherited from interface ca.pjer.cm.api.metadata.Meta
getDescriptionKey, getTitleKey
 

Method Detail

getClazz

public java.lang.Class getClazz()

getRoot

public java.lang.Boolean getRoot()

getMetaPropertyList

public java.util.List getMetaPropertyList()

getMetaRelationManyToManyList

public java.util.List getMetaRelationManyToManyList()

getMetaRelationManyToOneList

public java.util.List getMetaRelationManyToOneList()

getMetaRelationOneToManyList

public java.util.List getMetaRelationOneToManyList()

getMetaRelationOneToOneList

public java.util.List getMetaRelationOneToOneList()


Copyright © 2004 PjEr.ca. All Rights Reserved.