public class EnumObject extends Object
Constructor and Description |
---|
EnumObject() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLabel() |
String |
getSelectedValue() |
String |
getType() |
ArrayList<String> |
getValues() |
boolean |
isRequired() |
boolean |
isTreeParentNode() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setRequired(boolean required) |
void |
setSelectedValue(String selectedValue) |
void |
setTreeParentNode(boolean treeParentNode) |
void |
setType(String type) |
void |
setValues(ArrayList<String> values) |
public String getType()
public void setType(String type)
public String getSelectedValue()
public void setSelectedValue(String selectedValue)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isTreeParentNode()
public void setTreeParentNode(boolean treeParentNode)
Copyright © 2018 universAAL Consortium. All rights reserved.