Uses of Class
net.n2oapp.framework.api.metadata.control.ValidationReference.Target
-
Packages that use ValidationReference.Target Package Description net.n2oapp.framework.api.metadata.control -
-
Uses of ValidationReference.Target in net.n2oapp.framework.api.metadata.control
Methods in net.n2oapp.framework.api.metadata.control that return ValidationReference.Target Modifier and Type Method Description ValidationReference.TargetValidationReference. getTarget()static ValidationReference.TargetValidationReference.Target. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValidationReference.Target[]ValidationReference.Target. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.control with parameters of type ValidationReference.Target Modifier and Type Method Description voidValidationReference. setTarget(ValidationReference.Target target)Constructors in net.n2oapp.framework.api.metadata.control with parameters of type ValidationReference.Target Constructor Description ValidationReference(java.lang.String reference, java.lang.String side, ValidationReference.Target target)
-