public class ParameterMappingDefaultValue extends Object implements ParameterMapping, Serializable
Constructor and Description |
---|
ParameterMappingDefaultValue() |
ParameterMappingDefaultValue(String name,
boolean forcible,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getParameterName() |
boolean |
isForcible() |
void |
setDefaultValue(String defaultValue) |
void |
setForcible(boolean forcible) |
void |
setParameterName(String parameterName) |
public ParameterMappingDefaultValue(String name, boolean forcible, String defaultValue)
public ParameterMappingDefaultValue()
public void setForcible(boolean forcible)
public boolean isForcible()
isForcible
in interface ParameterMapping
public void setParameterName(String parameterName)
public String getParameterName()
getParameterName
in interface ParameterMapping
public void setDefaultValue(String defaultValue)
public String getDefaultValue()
Copyright © 1996–2022 Geotools. All rights reserved.