public class MojoParameter extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
MojoParameter() |
| Modifier and Type | Method and Description |
|---|---|
MojoParameter |
clone()
Method clone.
|
String |
getAlias()
Get the alias field.
|
String |
getDefaultValue()
Get the defaultValue field.
|
String |
getDeprecated()
Get the deprecated field.
|
String |
getDescription()
Get the description field.
|
String |
getExpression()
Get the expression field.
|
String |
getImplementation()
Get the implementation field.
|
String |
getName()
Get the name field.
|
String |
getSince()
Get the since field.
|
String |
getType()
Get the type field.
|
boolean |
isEditable()
Get the editable field.
|
boolean |
isRequired()
Get the required field.
|
void |
setAlias(String alias)
Set the alias field.
|
void |
setDefaultValue(String defaultValue)
Set the defaultValue field.
|
void |
setDeprecated(String deprecated)
Set the deprecated field.
|
void |
setDescription(String description)
Set the description field.
|
void |
setEditable(boolean editable)
Set the editable field.
|
void |
setExpression(String expression)
Set the expression field.
|
void |
setImplementation(String implementation)
Set the implementation field.
|
void |
setName(String name)
Set the name field.
|
void |
setRequired(boolean required)
Set the required field.
|
void |
setSince(String since)
Set the since field.
|
void |
setType(String type)
Set the type field.
|
public MojoParameter clone()
public String getAlias()
public String getDefaultValue()
public String getDeprecated()
public String getDescription()
public String getExpression()
public String getImplementation()
public String getName()
public String getSince()
public String getType()
public boolean isEditable()
public boolean isRequired()
public void setAlias(String alias)
alias - a alias object.public void setDefaultValue(String defaultValue)
defaultValue - a defaultValue object.public void setDeprecated(String deprecated)
deprecated - a deprecated object.public void setDescription(String description)
description - a description object.public void setEditable(boolean editable)
editable - a editable object.public void setExpression(String expression)
expression - a expression object.public void setImplementation(String implementation)
implementation - a implementation object.public void setName(String name)
name - a name object.public void setRequired(boolean required)
required - a required object.public void setSince(String since)
since - a since object.public void setType(String type)
type - a type object.Copyright © 2024. All rights reserved.