public class Parameter extends ModelObject
errorReceiver
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelVisitor visitor) |
List<String> |
getAnnotations() |
Block |
getBlock() |
String |
getCustomName() |
String |
getEntityName() |
JavaParameter |
getJavaParameter() |
Parameter |
getLinkedParameter() |
String |
getName() |
int |
getParameterIndex() |
AbstractType |
getType() |
String |
getTypeName() |
boolean |
isEmbedded() |
boolean |
isIN() |
boolean |
isINOUT() |
boolean |
isOUT() |
boolean |
isReturn() |
void |
setAnnotations(List<String> annotations) |
void |
setBlock(Block d) |
void |
setCustomName(String customName) |
void |
setEmbedded(boolean b) |
void |
setJavaParameter(JavaParameter p) |
void |
setLinkedParameter(Parameter p) |
void |
setMode(WebParam.Mode mode) |
void |
setName(String s) |
void |
setParameterIndex(int parameterOrderPosition) |
void |
setType(AbstractType t) |
void |
setTypeName(String t) |
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
public String getEntityName()
public String getName()
public void setName(String s)
public JavaParameter getJavaParameter()
public void setJavaParameter(JavaParameter p)
public AbstractType getType()
public void setType(AbstractType t)
public String getTypeName()
public void setTypeName(String t)
public Block getBlock()
public void setBlock(Block d)
public Parameter getLinkedParameter()
public void setLinkedParameter(Parameter p)
public boolean isEmbedded()
public void setEmbedded(boolean b)
public void accept(ModelVisitor visitor) throws Exception
accept
in class ModelObject
Exception
public int getParameterIndex()
public void setParameterIndex(int parameterOrderPosition)
public boolean isReturn()
public String getCustomName()
public void setCustomName(String customName)
customName
- The customName to set.public void setAnnotations(List<String> annotations)
annotations
- The annotations to set.public void setMode(WebParam.Mode mode)
public boolean isIN()
public boolean isOUT()
public boolean isINOUT()
Copyright © 2016 Oracle Corporation. All rights reserved.