public final class Category extends Phenotype
| Modifier and Type | Class and Description |
|---|---|
static class |
Category.CategoricalType |
Phenotype.Type| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeVisitor visitor) |
Category.CategoricalType |
getCategoricalType() |
List<PhenotypeField> |
getChildren() |
void |
setCategoricalType(Category.CategoricalType categoricalType) |
void |
setChildren(List<PhenotypeField> 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<PhenotypeField> getChildren()
public void setChildren(List<PhenotypeField> children)
public Category.CategoricalType getCategoricalType()
public void setCategoricalType(Category.CategoricalType categoricalType)
public void accept(PhenotypeVisitor visitor) throws PhenotypeHandlingException
PhenotypeHandlingExceptionCopyright © 2016 Emory University. All rights reserved.