|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||