net.sf.oval.configuration.pojo.elements
Class ParameterConfiguration
java.lang.Object
net.sf.oval.configuration.pojo.elements.ConfigurationElement
net.sf.oval.configuration.pojo.elements.ParameterConfiguration
- All Implemented Interfaces:
- Serializable
public class ParameterConfiguration
- extends ConfigurationElement
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public Class<?> type
- the type of the parameter
checks
public List<Check> checks
- the checks for the parameter
checkExclusions
public List<CheckExclusion> checkExclusions
- the check exclusions for the parameter
ParameterConfiguration
public ParameterConfiguration()
hasCheckExclusions
public boolean hasCheckExclusions()
hasChecks
public boolean hasChecks()
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.