|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectantlr.BaseAST
antlr.CommonAST
org.makumba.providers.datadefinition.mdd.MDDAST
org.makumba.providers.datadefinition.mdd.ValidationRuleNode
org.makumba.providers.datadefinition.mdd.validation.MultiUniquenessValidationRule
public class MultiUniquenessValidationRule
A validation rule for multi-uniqueness keys
| Field Summary |
|---|
| Fields inherited from class org.makumba.providers.datadefinition.mdd.ValidationRuleNode |
|---|
arguments, comparisonExpression, expression, field, lowerBound, mdd, message, name, type, upperBound |
| Fields inherited from class org.makumba.providers.datadefinition.mdd.MDDAST |
|---|
makumbaType, wasIncluded |
| Fields inherited from class antlr.BaseAST |
|---|
down, right |
| Constructor Summary | |
|---|---|
MultiUniquenessValidationRule(MDDNode mdd,
antlr.collections.AST originAST,
ValidationType type,
FieldNode parentField)
|
|
| Method Summary | |
|---|---|
String |
getRuleName()
Gets the name of this rule. |
| Methods inherited from class org.makumba.providers.datadefinition.mdd.ValidationRuleNode |
|---|
checkApplicability, compareTo, getComparisonExpression, getDataDefinition, getErrorMessage, getExpression, getFieldDefinition, getLowerBound, getUpperBound, getValidationRuleArguments, getValidationRuleArgumentType, getValidationType, throwException, toString, validate |
| Methods inherited from class org.makumba.providers.datadefinition.mdd.MDDAST |
|---|
getColumn, getLine, initialize, initialize, setCol, setLine |
| Methods inherited from class antlr.CommonAST |
|---|
getText, getType, initialize, setText, setType |
| Methods inherited from class antlr.BaseAST |
|---|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiUniquenessValidationRule(MDDNode mdd,
antlr.collections.AST originAST,
ValidationType type,
FieldNode parentField)
| Method Detail |
|---|
public String getRuleName()
ValidationRule
getRuleName in interface ValidationRulegetRuleName in class ValidationRuleNode
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||