All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.parser.Policy

java.lang.Object
   |
   +----w3c.pics.db.parser.Policy

public class Policy
extends Object
implements Serializable

Variable Index

 o A_IF
 o A_UN
 o A_URL
 o nodetype
 o R_IF
 o R_UN
 o R_URL

Constructor Index

 o Policy()

Method Index

 o getExplanation()
 o getTree()
 o getType()
 o toString()

Variables

 o nodetype
 public int nodetype
 o R_URL
 public static final int R_URL
 o A_URL
 public static final int A_URL
 o R_UN
 public static final int R_UN
 o A_UN
 public static final int A_UN
 o R_IF
 public static final int R_IF
 o A_IF
 public static final int A_IF

Constructors

 o Policy
 public Policy()

Methods

 o getType
 public String getType()
 o getExplanation
 public String getExplanation()
 o getTree
 public ComplexNode getTree()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index