Uses of Interface
org.beanlet.MetaData

Packages that use MetaData
org.beanlet Contains all of the core beanlet interfaces and bootstrap classes. 
org.beanlet.metadata Contains all beanlet core meta data objects. 
 

Uses of MetaData in org.beanlet
 

Subinterfaces of MetaData in org.beanlet
 interface BeanletMetaData<T>
          Provides information on the beanlet definition.
 

Methods in org.beanlet with type parameters of type MetaData
<M extends MetaData>
List<M>
BeanletMetaData.getMetaData(Class<M> metaDataType)
          Returns a list of meta data objects of the specified type.
 

Methods in org.beanlet that return types with arguments of type MetaData
 List<MetaData> BeanletMetaData.getMetaData()
          Returns a list of meta data objects for this beanlet.
 

Method parameters in org.beanlet with type arguments of type MetaData
 boolean BeanletMetaData.isMetaDataPresent(Class<? extends MetaData> metaDataType)
          Returns true if the specified meta data type is available for this beanlet.
 

Uses of MetaData in org.beanlet.metadata
 

Subinterfaces of MetaData in org.beanlet.metadata
 interface AttributeMetaData
          Root interface for attribute meta data.
 interface AttributeReadMetaData
          Meta data for readable attributes.
 interface AttributeWriteMetaData
          Meta data for writeable attributes.
 interface ExecuteMetaData
          Meta data is returned for executable beanlets.
 interface FactoryMetaData
          FactoryMetaData is returned for FactoryBeanlets.
 interface LifecycleMetaData
          Root interface for lifecycle meta data.
 interface OperationMetaData
          Meta data for operations.
 interface ProxyMethodMetaData
          This meta data is returned for beanlets expressing a ProxyMethod.
 interface ScheduleMetaData
          Meta data is returned for schedulable beanlets.
 interface StartMetaData
          This meta data is returned for beanlets expressing a Start method.
 interface StopMetaData
          This meta data is returned for beanlets expressing a Stop method.
 



Copyright © 2006-2012. All Rights Reserved.