public final class Frequency extends DataElement
DataElement.Type| Constructor and Description |
|---|
Frequency() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DataElementVisitor visitor) |
Integer |
getAtLeast() |
DataElementField |
getDataElement() |
Long |
getFrequencyType() |
Boolean |
getIsConsecutive() |
Boolean |
getIsWithin() |
Integer |
getWithinAtLeast() |
Long |
getWithinAtLeastUnits() |
Integer |
getWithinAtMost() |
Long |
getWithinAtMostUnits() |
void |
setAtLeast(Integer atLeast) |
void |
setDataElement(DataElementField dataElement) |
void |
setFrequencyType(Long frequencyType) |
void |
setIsConsecutive(Boolean isConsecutive) |
void |
setIsWithin(Boolean isWithin) |
void |
setWithinAtLeast(Integer withinAtLeast) |
void |
setWithinAtLeastUnits(Long withinAtLeastUnits) |
void |
setWithinAtMost(Integer withinAtMost) |
void |
setWithinAtMostUnits(Long withinAtMostUnits) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInSystem, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic Long getFrequencyType()
public void setFrequencyType(Long frequencyType)
public Integer getAtLeast()
public void setAtLeast(Integer atLeast)
public Boolean getIsConsecutive()
public void setIsConsecutive(Boolean isConsecutive)
public DataElementField getDataElement()
public void setDataElement(DataElementField dataElement)
public Boolean getIsWithin()
public void setIsWithin(Boolean isWithin)
public Integer getWithinAtLeast()
public void setWithinAtLeast(Integer withinAtLeast)
public Long getWithinAtLeastUnits()
public void setWithinAtLeastUnits(Long withinAtLeastUnits)
public Integer getWithinAtMost()
public void setWithinAtMost(Integer withinAtMost)
public Long getWithinAtMostUnits()
public void setWithinAtMostUnits(Long withinAtMostUnits)
public void accept(DataElementVisitor visitor) throws DataElementHandlingException
DataElementHandlingExceptionpublic String toString()
toString in class DataElementCopyright © 2012–2016 Emory University. All rights reserved.