|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDefValidationInterface | |
---|---|
edu.internet2.middleware.grouper.attr |
Uses of AttributeDefValidationInterface in edu.internet2.middleware.grouper.attr |
---|
Classes in edu.internet2.middleware.grouper.attr that implement AttributeDefValidationInterface | |
---|---|
class |
AttributeDefValidationDef
definitions of validations |
Methods in edu.internet2.middleware.grouper.attr with parameters of type AttributeDefValidationInterface | |
---|---|
static int |
AttributeDefValidationDef.argumentInt(AttributeDefValidationInterface attributeDefValidationInterface,
java.lang.String argument,
int argumentIndex)
make sure this argument is an int |
static void |
AttributeDefValidationDef.argumentNone(AttributeDefValidationInterface attributeDefValidationInterface,
java.lang.String argument0,
java.lang.String argument1)
make sure there are no argument |
static void |
AttributeDefValidationDef.argumentOne(AttributeDefValidationInterface attributeDefValidationInterface,
java.lang.String argument0,
java.lang.String argument1)
make sure there is one argument |
static int |
AttributeDefValidationDef.argumentOneInt(AttributeDefValidationInterface attributeDefValidationInterface,
java.lang.String argument0,
java.lang.String argument1)
should have 1 argument, as int |
static java.lang.String |
AttributeDefValidationDef.argumentOneString(AttributeDefValidationInterface attributeDefValidationInterface,
java.lang.String argument0,
java.lang.String argument1)
should have 1 argument, as string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |