public class PeriodDomain extends DomainImpl implements Domain
Constructor and Description |
---|
PeriodDomain(Store store) |
Modifier and Type | Method and Description |
---|---|
int |
compare(AspectValue first,
AspectValue second) |
java.lang.String |
getAspectId() |
boolean |
isInDomain(AspectValue candidate) |
allowsMissingValues, getAllAspectValues, getChildren, getDepth, getParent, getSize, getStore, hasChildren, hasParent, isFinite, isRoot
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowsMissingValues, getAllAspectValues, getChildren, getDepth, getParent, getSize, hasChildren, hasParent, isFinite, isRoot
getStore
public PeriodDomain(Store store) throws XBRLException
XBRLException
public java.lang.String getAspectId()
getAspectId
in interface Domain
Domain.getAspectId()
public boolean isInDomain(AspectValue candidate) throws XBRLException
isInDomain
in interface Domain
candidate
- The candidate aspect value.XBRLException
Domain.isInDomain(AspectValue)
public int compare(AspectValue first, AspectValue second)
compare
in interface java.util.Comparator<AspectValue>
first
- The first aspect valuesecond
- The second aspect value