com.softwareag.centrasite.appl.framework.validation.impl
Class DefaultReadOnlyConstraint

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.impl.AbstractConstraint
      extended by com.softwareag.centrasite.appl.framework.validation.impl.DefaultReadOnlyConstraint
All Implemented Interfaces:
Condition, Constraint, ReadOnlyConstraint, Scope

public class DefaultReadOnlyConstraint
extends AbstractConstraint
implements ReadOnlyConstraint

Default implementation of ReadOnlyConstraint.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.softwareag.centrasite.appl.framework.validation.Constraint
Constraint.Context, Constraint.Listener
 
Constructor Summary
DefaultReadOnlyConstraint(Scope pScope, Condition pCondition)
          Creates a new instance with the given scope and condition.
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.validation.impl.AbstractConstraint
check, isApplicable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.Scope
isApplicable
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.Condition
check
 

Constructor Detail

DefaultReadOnlyConstraint

public DefaultReadOnlyConstraint(Scope pScope,
                                 Condition pCondition)
Creates a new instance with the given scope and condition.