Uses of Class
be.bastard.mtracker.Dvd.ContentType

Packages that use Dvd.ContentType
be.bastard.mtracker   
 

Uses of Dvd.ContentType in be.bastard.mtracker
 

Fields in be.bastard.mtracker declared as Dvd.ContentType
protected  Dvd.ContentType Dvd.contentType
           
static Dvd.ContentType MediaFactory.defaultDvdContentType
           
 

Methods in be.bastard.mtracker that return Dvd.ContentType
 Dvd.ContentType Dvd.getContentType()
           
static Dvd.ContentType Dvd.ContentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Dvd.ContentType[] Dvd.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in be.bastard.mtracker with parameters of type Dvd.ContentType
static Dvd MediaFactory.createDvd(Dvd.ContentType contentType)
          Factory method to create a DVD with default name and specific content type.
static Dvd MediaFactory.createDvd(java.lang.String title, Dvd.ContentType contentType)
          Factory method to create a DVD with specific name and content type.
 

Constructors in be.bastard.mtracker with parameters of type Dvd.ContentType
Dvd(java.lang.String title, Dvd.ContentType content)
           
 



Copyright 2006 null. All Rights Reserved.