|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterDefinition
Parameter definition interface.
Method Summary | |
---|---|
java.lang.String |
getDisplayLabel()
Get the display label of the parameter. |
java.lang.String |
getName()
Get the name of the parameter. |
java.lang.String |
getParameterConstraintName()
Gets the parameter constraint name, null if none set. |
org.alfresco.service.namespace.QName |
getType()
Get the type of parameter |
boolean |
isMandatory()
Indicates whether the parameter is mandatory or not. |
boolean |
isMultiValued()
Is multi-valued? |
Method Detail |
---|
java.lang.String getName()
This is unique and is used to identify the parameter.
org.alfresco.service.namespace.QName getType()
boolean isMultiValued()
boolean isMandatory()
If a parameter is mandatory it means that the value can not be null.
java.lang.String getDisplayLabel()
java.lang.String getParameterConstraintName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |