C - constraint typepublic abstract class OptionalElementConstraintProcessor<C extends Constraint> extends Object implements ConstraintProcessor<Object,C>
| Constructor and Description |
|---|
OptionalElementConstraintProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOptional()
returns true if the processing of this constraint is something that can be opted out of by some pieces of code.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConstraintType, getName, processpublic OptionalElementConstraintProcessor()
public boolean isOptional()
ConstraintProcessorisOptional in interface ConstraintProcessor<Object,C extends Constraint>ConstraintProcessor.isOptional()Copyright © 2005–2015 The Kuali Foundation. All rights reserved.