public class DepthOfExpressionElement extends Object
| Constructor and Description |
|---|
DepthOfExpressionElement() |
DepthOfExpressionElement(int id,
DepthOfExpressionType type,
String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabel() |
DepthOfExpressionType |
getType() |
void |
setId(int id) |
void |
setLabel(String label) |
void |
setType(DepthOfExpressionType type) |
String |
toString() |
public DepthOfExpressionElement()
public DepthOfExpressionElement(int id,
DepthOfExpressionType type,
String label)
public int getId()
public void setId(int id)
public DepthOfExpressionType getType()
public void setType(DepthOfExpressionType type)
public String getLabel()
public void setLabel(String label)
Copyright © 2018. All Rights Reserved.