public class ParameterDefinition extends Object implements Serializable
| Constructor and Description |
|---|
ParameterDefinition() |
ParameterDefinition(String name,
String type,
boolean isMandatory,
String displayLabel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDisplayLabel()
Gets the displayLabel value for this ParameterDefinition.
|
String |
getName()
Gets the name value for this ParameterDefinition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this ParameterDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIsMandatory()
Gets the isMandatory value for this ParameterDefinition.
|
void |
setDisplayLabel(String displayLabel)
Sets the displayLabel value for this ParameterDefinition.
|
void |
setIsMandatory(boolean isMandatory)
Sets the isMandatory value for this ParameterDefinition.
|
void |
setName(String name)
Sets the name value for this ParameterDefinition.
|
void |
setType(String type)
Sets the type value for this ParameterDefinition.
|
public String getName()
public void setName(String name)
name - public String getType()
public void setType(String type)
type - public boolean isIsMandatory()
public void setIsMandatory(boolean isMandatory)
isMandatory - public String getDisplayLabel()
public void setDisplayLabel(String displayLabel)
displayLabel - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.