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
- public void setDefaultValue(String defaultValue)
defaultValue
- public void setDeprecated(String deprecated)
deprecated
- public void setDescription(String description)
description
- public void setEditable(boolean editable)
editable
- public void setExpression(String expression)
expression
- public void setImplementation(String implementation)
implementation
- public void setName(String name)
name
- public void setRequired(boolean required)
required
- public void setSince(String since)
since
- public void setType(String type)
type
- Copyright © 2020. All rights reserved.