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
 
  
  -  
	SingleLabel()
   -  
 
  
  -  
	addRating(Rating)
   -  
  
 -  
	getBy()
   -  
  
 -  
	getFor()
   -  
  
 -  
	getRatingList()
   -  
  
 -  
	setBy(String)
   -  
  
 -  
	setFor(String)
   -  
  
 -  
	setGeneric(boolean)
   -  
  
 -  
	toString()
   -  
 
  
SingleLabel
  public SingleLabel()
  
addRating
  public void addRating(Rating r)
toString
  public String toString()
  
    -  Returns:
    
 -  A string description of the SingleLabel as defined in
        PICS 1.1 specification
  
 
getRatingList
  public Vector getRatingList()
getBy
  public String getBy()
setBy
  public void setBy(String s)
getFor
  public String getFor()
setFor
  public void setFor(String s)
setGeneric
  public void setGeneric(boolean b)
All Packages  Class Hierarchy  This Package  Previous  Next  Index