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

Class W3C.PICS.Enum

W3C.PICS.Enum

public class Enum
Enum represents a single labeled value in a Category

Constructor Index

 o Enum(PICSTokenizer)
Constructs an Enum from a PICSTokenizer

Method Index

 o getDescription()
 o getIcon()
 o getName()
 o getValue()
 o toString()

Constructors

 o Enum
  public Enum(PICSTokenizer PT) throws PICSException, IOException
Constructs an Enum from a PICSTokenizer

Methods

 o getDescription
  public String getDescription()
 o getIcon
  public String getIcon()
 o getName
  public String getName()
 o getValue
  public double getValue()
 o toString
  public String toString()
Returns:
a description of the Enum

All Packages  Class Hierarchy  This Package  Previous  Next  Index