Uses of Class
org.blinkenlights.jid3.v2.ContentType

Packages that use ContentType
org.blinkenlights.jid3.v2   
 

Uses of ContentType in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return ContentType
 ContentType TCONTextInformationID3V2Frame.setContentType(ContentType oContentType)
          Set the content type (genre) of this frame.
 ContentType TCONTextInformationID3V2Frame.getContentType()
          Get the content type from this frame.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type ContentType
 ContentType TCONTextInformationID3V2Frame.setContentType(ContentType oContentType)
          Set the content type (genre) of this frame.
 

Constructors in org.blinkenlights.jid3.v2 with parameters of type ContentType
TCONTextInformationID3V2Frame(ContentType oContentType)
          Constructor.