|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlledTerm
Interface for encapsulating one term from a classification scheme.
Method Summary | |
---|---|
java.lang.String |
getClassificationScheme()
Get the URI scheme of the classification scheme that this controlled term belongs to. |
Mpeg7Text[] |
getDefinition()
Get the description of this controlled term. |
java.lang.String |
getDefinition(java.util.Locale locale)
Get the definition of a controlled term in the specified language. |
java.lang.String |
getID()
Get the termID of this controlled term. |
Mpeg7Text[] |
getName()
Get the names of this controlled term. |
java.lang.String |
getName(java.util.Locale locale)
Get the name of a controlled term in the specified language. |
Method Detail |
---|
java.lang.String getID()
<Genre href="urn:tva:metadata:cs:ContentCS:2002:3.4.11">
the getID() function will return "3.4.11"
Mpeg7Text[] getName()
java.lang.String getName(java.util.Locale locale)
locale
- the Locale of the language to request (e.g. "de")
Mpeg7Text[] getDefinition()
java.lang.String getDefinition(java.util.Locale locale)
locale
- The Locale of the language to request (e.g. "de")
java.lang.String getClassificationScheme()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |