Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.core.meta.IDataValidation Interface Reference

List of all members.

Public Member Functions

IMetaPrimitive getMetaPrimitive ()
String getType ()

Detailed Description

Represents a validation rule of an entity (IMetaObject) for an attribute (IMetaPrimitive). Validation types are Required, EqualsTo, Length, Unique, RegEx and Range.


Member Function Documentation

IMetaPrimitive com.mendix.systemwideinterfaces.core.meta.IDataValidation.getMetaPrimitive ( )
Returns:
the attribute this datavalidation belongs to
String com.mendix.systemwideinterfaces.core.meta.IDataValidation.getType ( )
Returns:
the validation type

The documentation for this interface was generated from the following file: