public class ArgumentDTO extends Object
Description of ArgumentConfig ...
Constructor and Description |
---|
ArgumentDTO()
ArgumentConfig constructor.
|
ArgumentDTO(ArgumentDTO dto) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Access name property.
|
Object |
getValue()
Access value property.
|
int |
hashCode() |
boolean |
isFinal()
Access _final property.
|
void |
setFinal(boolean _final)
Set _final to _final.
|
void |
setName(String name)
Set name to name.
|
void |
setValue(Object value)
Set value to value.
|
public ArgumentDTO()
Description
public ArgumentDTO(ArgumentDTO dto)
public boolean isFinal()
public void setFinal(boolean _final)
_final
- The _final to set.public String getName()
public void setName(String name)
name
- The name to set.public Object getValue()
public void setValue(Object value)
value
- The value to set.Copyright © 1996–2019 Geotools. All rights reserved.