public class ValueThresholds extends DataElement
DataElement.Type| Constructor and Description |
|---|
ValueThresholds() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataElementVisitor visitor) |
String |
getName() |
Long |
getThresholdsOperator() |
List<ValueThreshold> |
getValueThresholds() |
void |
setName(String name) |
void |
setThresholdsOperator(Long thresholdsOperator) |
void |
setValueThresholds(List<ValueThreshold> valueThresholds) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInSystem, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic String getName()
public void setName(String name)
public Long getThresholdsOperator()
public void setThresholdsOperator(Long thresholdsOperator)
public List<ValueThreshold> getValueThresholds()
public void setValueThresholds(List<ValueThreshold> valueThresholds)
public void accept(DataElementVisitor visitor) throws DataElementHandlingException
DataElementHandlingExceptionpublic String toString()
toString in class DataElementCopyright © 2012–2016 Emory University. All rights reserved.