public class ModelDeclarationParameter extends AbstractModuleElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
ModelDeclarationParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(AST cst,
IModule module) |
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUripublic void build(AST cst, IModule module)
build in interface ModuleElementbuild in class AbstractModuleElementpublic String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
Copyright © 2016. All rights reserved.