public final class Category extends DataElement
| Modifier and Type | Class and Description |
|---|---|
static class |
Category.CategoricalType |
DataElement.Type| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataElementVisitor visitor) |
Category.CategoricalType |
getCategoricalType() |
List<DataElementField> |
getChildren() |
void |
setCategoricalType(Category.CategoricalType categoricalType) |
void |
setChildren(List<DataElementField> children) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInSystem, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic List<DataElementField> getChildren()
public void setChildren(List<DataElementField> children)
public Category.CategoricalType getCategoricalType()
public void setCategoricalType(Category.CategoricalType categoricalType)
public void accept(DataElementVisitor visitor) throws DataElementHandlingException
DataElementHandlingExceptionpublic String toString()
toString in class DataElementCopyright © 2012–2016 Emory University. All rights reserved.