|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaTerm
| Method Summary | |
|---|---|
MediaTerm[] |
getBroaderTerms()
Returns an array of all terms broader than this term. |
java.lang.String |
getClassification()
Returns the classification of this media term. |
MediaTermClassification[] |
getClassifications()
Returns all MediaTermClassification objects for this MediaTerm. |
int |
getId()
Returns the id of this media term. |
java.lang.String |
getName()
Returns the name of this media term. |
MediaTerm[] |
getNarrowerTerms()
Returns an array of all terms narrower than this term. |
MediaTerm[] |
getRelatedTerms()
Returns an array of all terms related to this term. |
MediaTerm[] |
getUsedByTerms()
Returns an array of all terms used by this term. |
MediaTerm[] |
getUsedForTerms()
Returns an array of all terms used for this term. |
void |
setClassifications(MediaTermClassification[] classifications)
Assigns the given array of MediaTermClassification objects to this MediaTerm. |
| Method Detail |
|---|
int getId()
java.lang.String getName()
java.lang.String getClassification()
MediaTerm[] getBroaderTerms()
MediaTerm[] getNarrowerTerms()
MediaTerm[] getUsedByTerms()
MediaTerm[] getUsedForTerms()
MediaTerm[] getRelatedTerms()
MediaTermClassification[] getClassifications()
MediaTermClassification objects for this MediaTerm. Returns an empty array
if this MediaTerm object has no MediaTermClassification objects.
MediaTermClassification objects for this MediaTerm. Returns an empty array
if this MediaTerm object has no MediaTermClassification objects.void setClassifications(MediaTermClassification[] classifications)
MediaTermClassification objects to this MediaTerm. Note
that this overwrites the currently assigned MediaTermClassification objects, which means that
if you just want to add some MediaTermClassification objects, you have to retrieve the
currently assigned MediaTermClassification objects first.
classifications - The array of MediaTermClassification objects which should be assigned to
this MediaTerm.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||