Class W3C.PICS.SingleLabel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class W3C.PICS.SingleLabel

W3C.PICS.SingleLabel

public class SingleLabel
SingleLabel represents a single-label as defined in PICS 1.1 Label Syntax and Communication Protocals
See Also:
Rating, SingleLabelDialog

Constructor Index

 o SingleLabel()

Method Index

 o addRating(Rating)
 o getBy()
 o getFor()
 o getRatingList()
 o setBy(String)
 o setFor(String)
 o setGeneric(boolean)
 o toString()

Constructors

 o SingleLabel
  public SingleLabel()

Methods

 o addRating
  public void addRating(Rating r)
 o toString
  public String toString()
Returns:
A string description of the SingleLabel as defined in PICS 1.1 specification
 o getRatingList
  public Vector getRatingList()
 o getBy
  public String getBy()
 o setBy
  public void setBy(String s)
 o getFor
  public String getFor()
 o setFor
  public void setFor(String s)
 o setGeneric
  public void setGeneric(boolean b)

All Packages  Class Hierarchy  This Package  Previous  Next  Index