Package org.appng.xml.platform
Class ValidationRule
- java.lang.Object
-
- org.appng.xml.BaseObject
-
- org.appng.xml.platform.ValidationRule
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Digits,FileUpload,Future,Max,Min,NotNull,Past,Pattern,Rule,Size,Type
public abstract class ValidationRule extends BaseObject implements Serializable
Abstract base-class for specific validation rules.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetMessage()Gets the value of the message property.voidsetMessage(Message value)Sets the value of the message property.
-
-
-
Field Detail
-
message
protected Message message
-
-