Holger's
Java API

Uses of Class
com.antelmann.cddb.Role

Packages that use Role
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
 

Uses of Role in com.antelmann.cddb
 

Fields in com.antelmann.cddb declared as Role
static Role Role.ARTIST
           
static Role Role.BAND
           
static Role Role.COMPOSER
           
static Role Role.CONDUCTOR
           
static Role Role.INSTRUMENT
           
static Role Role.LOCATION
           
static Role Role.MUSICIAN
           
static Role Role.ORCHESTRA
           
static Role Role.OTHER
           
static Role Role.PERFORMER
           
static Role Role.PRODUCER
           
static Role Role.RECORDING_TYPE
           
static Role Role.SOLIST
           
static Role Role.VOCAL
           
 

Methods in com.antelmann.cddb that return Role
static Role[] Role.getKnownRoles()
           
 Role Contribution.getRole()
           
static Role Role.getRole(String description)
           
 

Methods in com.antelmann.cddb with parameters of type Role
 int Role.compareTo(Role g)
           
 Set<Resource> CompositionDB.getResources(Role role)
           
static boolean Role.isKnownRole(Role role)
           
 

Constructors in com.antelmann.cddb with parameters of type Role
Contribution(Resource resource, Role role, int importance, String comment)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads