org.dvb.tvanytime.metadata
Interface Mpeg7Text


public interface Mpeg7Text

Represents a piece of text, along with the language in which the text is written.


Method Summary
 java.util.Locale getLanguage()
          Get the language of this textual item.
 java.lang.String getText()
          Get the contents of this textual item.
 

Method Detail

getLanguage

java.util.Locale getLanguage()
Get the language of this textual item.

Returns:
the Locale for the language used by this textual item

getText

java.lang.String getText()
Get the contents of this textual item.

Returns:
the contents of this textual item