org.ow2.opensuit.samples.movies_db.xml
Class IsCountry

java.lang.Object
  extended by 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 java.lang.Object
implements org.ow2.opensuit.xml.base.validation.IValidator, org.ow2.opensuit.xmlmap.interfaces.IInitializable


Constructor Summary
IsCountry()
           
 
Method Summary
 void checkValidity(java.lang.Object value)
           
 void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport errors, org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
           
 boolean isTypeValid(java.lang.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
 

Constructor Detail

IsCountry

public IsCountry()
Method Detail

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(java.lang.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(java.lang.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-2010 eBMWebsourcing. All Rights Reserved.