public interface ArcEnd extends ExtendedLinkContent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArcEndId()
Get the id attribute value.
|
java.util.List<Arc> |
getArcsFrom() |
java.util.List<Arc> |
getArcsFromWithArcrole(java.lang.String arcrole) |
java.util.List<Arc> |
getArcsTo() |
java.util.List<Arc> |
getArcsToWithArcrole(java.lang.String arcrole) |
java.lang.String |
getLabel()
Get the xlink:label attribute value.
|
java.lang.String |
getRole()
Get the xlink:role attribute value.
|
getExtendedLink
getAttribute, getAttribute, getTitleAttribute, getTitleElement, getTitleElements, getXlinkType
appendElementSchemeXPointer, appendID, getAllChildren, getAllChildrenIndices, getAncestorOrSelf, getChild, getChildren, getChildren, getChildrenIndices, getDataRootElement, getElementSchemeXPointerExpression, getIDXPointerExpression, getLabels, getLabels, getLabels, getLabelsWithLanguage, getLabelsWithLanguageAndResourceRole, getLabelsWithLanguageAndResourceRoleAndLinkRole, getLabelsWithResourceRole, getLanguage, getLanguage, getLanguageName, getLanguageName, getLocalname, getLocalnameFromQName, getNamespace, getNamespaceFromQName, getParent, getParentElement, getParentIndex, getPrefixFromQName, getReferences, getReferencesWithLanguage, getReferencesWithLanguageAndResourceRoleAndLinkRole, getReferencesWithLanguageAndRole, getReferencesWithResourceRole, getReferencingLocators, getSequenceToParentElement, getSequenceToParentElementAsString, getSimpleLinks, getURI, getXPath, getXPointerExpression, isAncestorOf, isChild, isNewFragment, isRoot, setParentIndex, setSequenceToParentElement, setURI
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore
java.lang.String getLabel() throws XBRLException
XBRLException
- if the xlink:label attribute does not exist.java.lang.String getRole() throws XBRLException
XBRLException
java.lang.String getArcEndId() throws XBRLException
XBRLException
java.util.List<Arc> getArcsFrom() throws XBRLException
XBRLException
java.util.List<Arc> getArcsTo() throws XBRLException
XBRLException
java.util.List<Arc> getArcsFromWithArcrole(java.lang.String arcrole) throws XBRLException
arcrole
- the required arcrole.XBRLException
java.util.List<Arc> getArcsToWithArcrole(java.lang.String arcrole) throws XBRLException
arcrole
- the required arcrole.XBRLException