Uses of Class
pl.edu.agh.cast.data.model.property.annotation.PropertyAnnotationException

Packages that use PropertyAnnotationException
pl.edu.agh.cast.data.model.property Provides CAST Data Model's property related classes. 
 

Uses of PropertyAnnotationException in pl.edu.agh.cast.data.model.property
 

Methods in pl.edu.agh.cast.data.model.property that throw PropertyAnnotationException
static MetaPropertyManager PropertyHelper.constructMetaPropertyManagerForClass(Class<? extends Identifiable> clazz)
          Returns a MetaPropertyManager initialized with MetaPermanentProperty'ies and MetaTransientProperty'ies defined (annotated) in given class.
static Collection<MetaPermanentProperty> PropertyHelper.extractMetaPermanentProperties(Class<? extends Identifiable> clazz)
          Returns a collection of MetaPermanentProperty'ies defined for given class.
static Collection<MetaTransientProperty> PropertyHelper.extractMetaTransientProperties(Class<? extends Identifiable> clazz)
          Returns a collection of MetaTransientProperty'ies defined for given class.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.