public interface ParameterDefinition
| Modifier and Type | Method and Description |
|---|---|
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?
|
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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.