public interface XBRLRelationshipPoint
| Modifier and Type | Method and Description |
|---|---|
void |
addFromRelationship(XBRLRelationship rel)
Adds the from relationship.
|
void |
addToRelationship(XBRLRelationship rel)
Adds the to relationship.
|
java.util.Iterator<XBRLRelationship> |
getFromRelationships(XBRLArcroleType arcrole,
DTSBase base)
Gets the from relationships.
|
java.util.Iterator<XBRLRelationship> |
getToRelationships(XBRLArcroleType arcrole,
DTSBase base)
Gets the to relationships.
|
void |
removeFromRelationship(XBRLRelationship rel)
Removes the from relationship.
|
void |
removeToRelationship(XBRLRelationship rel)
Removes the to relationship.
|
void addFromRelationship(XBRLRelationship rel) throws XBRLInconsistentDTSException
rel - the relXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionvoid addToRelationship(XBRLRelationship rel) throws XBRLInconsistentDTSException
rel - the relXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionjava.util.Iterator<XBRLRelationship> getFromRelationships(XBRLArcroleType arcrole, DTSBase base) throws XBRLValidationException
arcrole - the arcrolebase - the baseXBRLValidationException - the XBRL validation exceptionjava.util.Iterator<XBRLRelationship> getToRelationships(XBRLArcroleType arcrole, DTSBase base) throws XBRLValidationException
arcrole - the arcrolebase - the baseXBRLValidationException - the XBRL validation exceptionvoid removeFromRelationship(XBRLRelationship rel) throws XBRLInconsistentDTSException
rel - the relXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionvoid removeToRelationship(XBRLRelationship rel) throws XBRLInconsistentDTSException
rel - the relXBRLInconsistentDTSException - the XBRL inconsistent dts exception