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, setUri
public void build(AST cst, IModule module)
build
in interface ModuleElement
build
in class AbstractModuleElement
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
Copyright © 2016. All rights reserved.