public abstract class AbstractEsParameter extends Object
| Constructor and Description |
|---|
AbstractEsParameter(String name) |
AbstractEsParameter(String name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<AbstractEsParameter> |
getAllChildren() |
Description |
getDescription() |
String |
getName() |
ElasticsearchTypeRegistry.ElasticsearchType |
getType() |
Map<String,Object> |
getTypeAsMap() |
boolean |
hasDescription() |
int |
hashCode() |
void |
setDescription(Description description) |
void |
setType(ElasticsearchTypeRegistry.ElasticsearchType type) |
String |
toString() |
public AbstractEsParameter(String name)
public AbstractEsParameter(String name, Description description)
public final Description getDescription()
public final void setDescription(Description description)
public boolean hasDescription()
public final String getName()
public List<AbstractEsParameter> getAllChildren()
public ElasticsearchTypeRegistry.ElasticsearchType getType()
public void setType(ElasticsearchTypeRegistry.ElasticsearchType type)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.