org.ow2.opensuit.samples.movies_db.xml
Class IsCountry
java.lang.Object
org.ow2.opensuit.samples.movies_db.xml.IsCountry
- All Implemented Interfaces:
- org.ow2.opensuit.xml.base.validation.IValidator, org.ow2.opensuit.xmlmap.interfaces.IInitializable
@XmlElement
public class IsCountry
- extends Object
- implements org.ow2.opensuit.xml.base.validation.IValidator, org.ow2.opensuit.xmlmap.interfaces.IInitializable
|
Method Summary |
void |
checkValidity(Object value)
|
void |
initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport errors,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
|
boolean |
isTypeValid(Class<?> iClass)
Checks that this component is bound to a compatible value type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsCountry
public IsCountry()
initialize
public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport errors,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
- Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable
isTypeValid
public boolean isTypeValid(Class<?> iClass)
- Checks that this component is bound to a compatible value type
- Specified by:
isTypeValid in interface org.ow2.opensuit.xml.base.validation.IValidator
checkValidity
public void checkValidity(Object value)
throws org.ow2.opensuit.core.validation.ValidationError
- Specified by:
checkValidity in interface org.ow2.opensuit.xml.base.validation.IValidator
- Throws:
org.ow2.opensuit.core.validation.ValidationError
Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.