org.jomc.modlet.test.support
Class TestModelValidator

Package class diagram package TestModelValidator
java.lang.Object
  extended by org.jomc.modlet.test.support.TestModelValidator
All Implemented Interfaces:
ModelValidator

public final class TestModelValidator
extends Object
implements ModelValidator

ModelValidator test implementation.

Version:
$JOMC: TestModelValidator.java 3958 2011-11-18 22:32:23Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
TestModelValidator()
           
 
Method Summary
 byte getByteProperty()
           
 char getCharacterProperty()
           
 double getDoubleProperty()
           
 Thread.State getEnumProperty()
           
 float getFloatProperty()
           
 int getIntProperty()
           
 long getLongProperty()
           
 Object getObjectProperty()
           
 short getShortProperty()
           
 String getStringProperty()
           
 String getStringPropertyWithoutSetter()
           
 URL getUrlProperty()
           
 boolean isBooleanProperty()
           
 void setBooleanProperty(boolean value)
           
 void setByteProperty(byte value)
           
 void setCharacterProperty(char value)
           
 void setDoubleProperty(double value)
           
 void setEnumProperty(Thread.State value)
           
 void setFloatProperty(float value)
           
 void setIntProperty(int value)
           
 void setLongProperty(long value)
           
 void setObjectProperty(Object value)
           
 void setShortProperty(short value)
           
 void setStringProperty(String value)
           
 void setStringPropertyWithoutGetter(String value)
           
 void setUrlProperty(URL value)
           
 ModelValidationReport validateModel(ModelContext context, Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestModelValidator

public TestModelValidator()
Method Detail

validateModel

public ModelValidationReport validateModel(ModelContext context,
                                           Model model)
                                    throws ModelException
Specified by:
validateModel in interface ModelValidator
Throws:
ModelException

isBooleanProperty

public boolean isBooleanProperty()

setBooleanProperty

public void setBooleanProperty(boolean value)

getCharacterProperty

public char getCharacterProperty()

setCharacterProperty

public void setCharacterProperty(char value)

getByteProperty

public byte getByteProperty()

setByteProperty

public void setByteProperty(byte value)

getShortProperty

public short getShortProperty()

setShortProperty

public void setShortProperty(short value)

getIntProperty

public int getIntProperty()

setIntProperty

public void setIntProperty(int value)

getLongProperty

public long getLongProperty()

setLongProperty

public void setLongProperty(long value)

getFloatProperty

public float getFloatProperty()

setFloatProperty

public void setFloatProperty(float value)

getDoubleProperty

public double getDoubleProperty()

setDoubleProperty

public void setDoubleProperty(double value)

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String value)

getStringPropertyWithoutSetter

public String getStringPropertyWithoutSetter()

setStringPropertyWithoutGetter

public void setStringPropertyWithoutGetter(String value)

getUrlProperty

public URL getUrlProperty()

setUrlProperty

public void setUrlProperty(URL value)

getEnumProperty

public Thread.State getEnumProperty()

setEnumProperty

public void setEnumProperty(Thread.State value)

getObjectProperty

public Object getObjectProperty()

setObjectProperty

public void setObjectProperty(Object value)


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.