Uses of Class
se.datadosen.jalbum.Config.LabelType

Packages that use Config.LabelType
se.datadosen.jalbum   
 

Uses of Config.LabelType in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that return Config.LabelType
 Config.LabelType Config.getLabelType()
           
static Config.LabelType Config.LabelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Config.LabelType[] Config.LabelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.datadosen.jalbum with parameters of type Config.LabelType
 void Config.setLabelType(Config.LabelType labelType)