Uses of Class
org.apache.openjpa.example.gallery.ImageType

Packages that use ImageType
org.apache.openjpa.example.gallery   
org.apache.openjpa.example.gallery.model   
 

Uses of ImageType in org.apache.openjpa.example.gallery
 

Methods in org.apache.openjpa.example.gallery that return ImageType
static ImageType ImageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageType[] ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ImageType in org.apache.openjpa.example.gallery.model
 

Methods in org.apache.openjpa.example.gallery.model that return ImageType
 ImageType Image.getType()
           
 

Methods in org.apache.openjpa.example.gallery.model with parameters of type ImageType
 void Image.setType(ImageType type)
           
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.