public interface ParameterConstraint
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getAllowableValues() |
java.lang.String |
getName()
Gets the unique name of the constraint
|
java.lang.String |
getValueDisplayLabel(java.lang.String value) |
boolean |
isValidValue(java.lang.String value)
Indicates whether the provided value satisfies the constraint.
|
java.lang.String getName()
boolean isValidValue(java.lang.String value)
java.lang.String getValueDisplayLabel(java.lang.String value)
value - java.util.Map getAllowableValues()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.