public class ParameterModel extends BasicModel implements IParameterModel
ParameterModel class.
| Constructor and Description |
|---|
ParameterModel()
Constructor for ParameterModel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getParameterType() |
int |
hashCode() |
boolean |
required()
required.
|
void |
setRequired(boolean required)
Setter for the field
required. |
void |
setType(String type)
Setter for the field
type. |
addAnnotation, addJaxbType, getAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getJavaType, getJAXBTypes, getName, getType, hasAnnotation, hasAnnotationWithCanonicalName, isCollection, isMap, isPublic, isStatic, setCollection, setDocumentation, setJavaClass, setMap, setName, setPublic, setStaticclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getName, hasAnnotation, hasAnnotationWithCanonicalNamepublic boolean required()
required.
required in interface IParameterModelpublic void setType(String type)
Setter for the field type.
type - a String object.public void setRequired(boolean required)
Setter for the field required.
required - a boolean.public int hashCode()
hashCode in class BasicModelpublic boolean equals(Object obj)
equals in class BasicModelpublic String getParameterType()
getParameterType in interface IParameterModelCopyright © 2015 Mulesoft. All rights reserved.