Uses of Class
org.chromattic.metamodel.bean.PropertyInfo

Packages that use PropertyInfo
org.chromattic.metamodel.bean   
org.chromattic.metamodel.mapping   
 

Uses of PropertyInfo in org.chromattic.metamodel.bean
 

Subclasses of PropertyInfo in org.chromattic.metamodel.bean
 class MultiValuedPropertyInfo<V extends ValueInfo>
           
 class SingleValuedPropertyInfo<V extends ValueInfo>
           
 

Methods in org.chromattic.metamodel.bean that return PropertyInfo
 PropertyInfo PropertyInfo.getParent()
           
 PropertyInfo<?> BeanInfo.getProperty(java.lang.String name)
           
 

Methods in org.chromattic.metamodel.bean that return types with arguments of type PropertyInfo
 java.util.Map<java.lang.String,PropertyInfo<?>> BeanInfo.getProperties()
           
 

Constructors in org.chromattic.metamodel.bean with parameters of type PropertyInfo
MultiValuedPropertyInfo(BeanInfo bean, PropertyInfo parent, java.lang.String name, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter, MultiValueKind kind, V value)
           
SingleValuedPropertyInfo(BeanInfo bean, PropertyInfo parent, java.lang.String name, org.reflext.api.MethodInfo getter, org.reflext.api.MethodInfo setter, V value)
           
 

Uses of PropertyInfo in org.chromattic.metamodel.mapping
 

Classes in org.chromattic.metamodel.mapping with type parameters of type PropertyInfo
 class PropertyMapping<P extends PropertyInfo<V>,V extends ValueInfo>
           
 class RelationshipMapping<P extends PropertyInfo<BeanValueInfo>,R extends RelationshipMapping>
           
 class ValueMapping<P extends PropertyInfo<SimpleValueInfo>>
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.