org.jomc.modlet.test.support
Class TestModelValidator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestModelValidator
public TestModelValidator()
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)
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.