Uses of Interface
au.gov.tas.dpiwe.mr.bean.MetaData

Packages that use MetaData
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.bean The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. 
au.gov.tas.dpiwe.mr.test The au.gov.tas.dpiwe.mr.test package contains factories, clients, beans, support classes and interfaces used to test the architecture. 
au.gov.tas.dpiwe.mr.test.aggregation The au.gov.tas.dpiwe.mr.test.aggregation package contains a factory and associated beans used to test aggregation relationships within the architecture. 
au.gov.tas.dpiwe.mr.test.nonaggregation The au.gov.tas.dpiwe.mr.test.nonaggregation package contains a factory and associated beans used to test non-aggregation relationships within the architecture. 
 

Uses of MetaData in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr with parameters of type MetaData
protected  Map PresentationUtilities.buildFieldNameValueTable(MetaData metadata, Object object, Map fieldNameValueTable, Iterator methodsIterator, String prefix, boolean allowUnpaired)
          Internal utility method to build-up a map from field names to field values.
protected  Collection BeanCache.buildMethodList(Class c, Method[] methods, Method keyGetter, Method keySetter, MetaData metaData)
          Internal method to build a list of getter and setter methods in a class (including retrieve methods), caching this information for component field classes.
 

Uses of MetaData in au.gov.tas.dpiwe.mr.bean
 

Classes in au.gov.tas.dpiwe.mr.bean that implement MetaData
 class MrMetaData
          An implementation of MetaData, which encapsulates metainformation about a bean's persistent fields.
 

Methods in au.gov.tas.dpiwe.mr.bean that return MetaData
 MetaData LocalHome.getMetaData()
          Parses metadata about the fields of beans belonging to this home (from a supplied CSV file on the class path with the same name as the class file, but with extension "csv".)
 

Uses of MetaData in au.gov.tas.dpiwe.mr.test
 

Fields in au.gov.tas.dpiwe.mr.test declared as MetaData
protected  MetaData MrExampleBeanHome.metadata
          The metadata object describing the beans residing in this home.
 

Methods in au.gov.tas.dpiwe.mr.test that return MetaData
 MetaData MrExampleBeanHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 

Uses of MetaData in au.gov.tas.dpiwe.mr.test.aggregation
 

Fields in au.gov.tas.dpiwe.mr.test.aggregation declared as MetaData
protected  MetaData MrMonopolySetHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrDeedHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrDeckHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrBoardHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrCardHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrTokenHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrSquareHome.metadata
          The metadata object describing the beans residing in this home.
 

Methods in au.gov.tas.dpiwe.mr.test.aggregation that return MetaData
 MetaData MrMonopolySetHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrDeedHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrDeckHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrBoardHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrCardHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrTokenHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrSquareHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 

Uses of MetaData in au.gov.tas.dpiwe.mr.test.nonaggregation
 

Fields in au.gov.tas.dpiwe.mr.test.nonaggregation declared as MetaData
protected  MetaData MrCreditHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrArtistHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrTrackHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrSongHome.metadata
          The metadata object describing the beans residing in this home.
protected  MetaData MrCDHome.metadata
          The metadata object describing the beans residing in this home.
 

Methods in au.gov.tas.dpiwe.mr.test.nonaggregation that return MetaData
 MetaData MrCreditHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrArtistHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrTrackHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrSongHome.getMetaData()
          Gets the metadata object associated with beans from this home.
 MetaData MrCDHome.getMetaData()
          Gets the metadata object associated with beans from this home.