Package org.apache.fulcrum.intake.model
Klasse Rule
java.lang.Object
org.apache.fulcrum.intake.model.Rule
- Alle implementierten Schnittstellen:
Serializable
,Constraint
A Class for holding data about a constraint on a property.
- Version:
- $Id$
- Autor:
- John McNally, Thomas Vandahl
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Rule
public Rule()
-
-
Methodendetails
-
getName
Get the name of the parameter- Angegeben von:
getName
in SchnittstelleConstraint
- Gibt zurück:
- the constraint name
-
getValue
Get the value of the parameter- Angegeben von:
getValue
in SchnittstelleConstraint
- Gibt zurück:
- the constraint value
-
getMessage
Get the error message- Angegeben von:
getMessage
in SchnittstelleConstraint
- Gibt zurück:
- the constraint error message
-
toString
String representation of the column. This is an xml representation.
-