Package play.data.validation
Class IPv6AddressCheck
java.lang.Object
net.sf.oval.AbstractCheck
net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
play.data.validation.IPv6AddressCheck
- All Implemented Interfaces:
Serializable,net.sf.oval.Check,net.sf.oval.configuration.annotation.AnnotationCheck<IPv6Address>
public class IPv6AddressCheck
extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(IPv6Address phone) booleanisSatisfied(Object validatedObject, Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator) Methods inherited from class net.sf.oval.AbstractCheck
createMessageVariables, getAppliesTo, getAppliesToDefault, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, requireMessageVariablesRecreation, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.oval.Check
getAppliesTo, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, isActive, isSatisfied, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
-
Constructor Details
-
IPv6AddressCheck
public IPv6AddressCheck()
-
-
Method Details
-
configure
- Specified by:
configurein interfacenet.sf.oval.configuration.annotation.AnnotationCheck<IPv6Address>- Overrides:
configurein classnet.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
-
isSatisfied
public boolean isSatisfied(Object validatedObject, Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator) throws net.sf.oval.exception.OValException - Throws:
net.sf.oval.exception.OValException
-