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

Packages that use MultiValueKind
org.chromattic.metamodel.bean   
 

Uses of MultiValueKind in org.chromattic.metamodel.bean
 

Methods in org.chromattic.metamodel.bean that return MultiValueKind
 MultiValueKind MultiValuedPropertyInfo.getKind()
           
static MultiValueKind MultiValueKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MultiValueKind[] MultiValueKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2011 eXo Platform SAS. All Rights Reserved.