|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.constraint.BaseParameterConstraint
org.alfresco.repo.action.constraint.EnumParameterConstraint
public class EnumParameterConstraint
Enumerated type parameter constraint
Field Summary |
---|
Fields inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint |
---|
actionService, allowableValues, cache, name |
Constructor Summary | |
---|---|
EnumParameterConstraint()
|
Method Summary | |
---|---|
protected java.util.Map |
getAllowableValuesImpl()
Gets the list of allowable values, calculating them every time it is called. |
void |
setEnumClassName(java.lang.String enumClassName)
Set the enum class name |
Methods inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint |
---|
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumParameterConstraint()
Method Detail |
---|
public void setEnumClassName(java.lang.String enumClassName)
enumClassName
- enum class nameprotected java.util.Map getAllowableValuesImpl()
BaseParameterConstraint
getAllowableValuesImpl
in class BaseParameterConstraint
ParameterConstraint.getAllowableValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |