public class RegisterDescriptor extends AbstractDescriptor
Modifier and Type | Field and Description |
---|---|
protected Map |
args |
protected String |
type |
protected String |
variableName |
Modifier and Type | Method and Description |
---|---|
Map |
getArgs() |
String |
getType() |
String |
getVariableName() |
protected void |
init(Element register) |
void |
setType(String type) |
void |
setVariableName(String variableName) |
void |
writeXML(PrintWriter out,
int indent) |
asXML, getEntityId, getId, getParent, hasId, setEntityId, setId, setParent
protected Map args
protected String type
protected String variableName
public Map getArgs()
public void setType(String type)
public String getType()
public void setVariableName(String variableName)
public String getVariableName()
public void writeXML(PrintWriter out, int indent)
protected void init(Element register)
Copyright © 2021 catworkx GmbH. All rights reserved.