Klasse Rule

java.lang.Object
org.apache.fulcrum.intake.model.Rule
Alle implementierten Schnittstellen:
Serializable, Constraint

public class Rule extends Object implements Constraint, Serializable
A Class for holding data about a constraint on a property.
Version:
$Id$
Autor:
John McNally, Thomas Vandahl
Siehe auch:
  • Konstruktordetails

    • Rule

      public Rule()
  • Methodendetails

    • getName

      public String getName()
      Get the name of the parameter
      Angegeben von:
      getName in Schnittstelle Constraint
      Gibt zurück:
      the constraint name
    • getValue

      public String getValue()
      Get the value of the parameter
      Angegeben von:
      getValue in Schnittstelle Constraint
      Gibt zurück:
      the constraint value
    • getMessage

      public String getMessage()
      Get the error message
      Angegeben von:
      getMessage in Schnittstelle Constraint
      Gibt zurück:
      the constraint error message
    • toString

      public String toString()
      String representation of the column. This is an xml representation.
      Setzt außer Kraft:
      toString in Klasse Object