Uses of Class
com.vaadin.addon.jpacontainer.metadata.PropertyKind

Packages that use PropertyKind
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.metadata   
 

Uses of PropertyKind in com.vaadin.addon.jpacontainer
 

Methods in com.vaadin.addon.jpacontainer that return PropertyKind
 PropertyKind JPAContainer.getPropertyKind(Object propertyId)
           
 PropertyKind EntityContainer.getPropertyKind(Object propertyId)
           
 

Uses of PropertyKind in com.vaadin.addon.jpacontainer.metadata
 

Methods in com.vaadin.addon.jpacontainer.metadata that return PropertyKind
 PropertyKind PersistentPropertyMetadata.getPropertyKind()
          The kind of the property.
 PropertyKind PropertyMetadata.getPropertyKind()
           
static PropertyKind PropertyKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyKind[] PropertyKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.