|
XBRLAPIA Java API for XBRL |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Arc
| Method Summary | ||
|---|---|---|
String |
getActuate()
Get the xlink:actuate attribute value. |
|
URI |
getArcrole()
|
|
String |
getAttribute(String name)
Get a no-namespace attribute value. |
|
String |
getAttribute(URI namespace,
String name)
Get a non-xlink attribute value. |
|
String |
getFrom()
Get the xlink:from attribute value. |
|
Double |
getOrder()
Get the order attribute value. |
|
URI |
getPreferredLabelRole()
This method is useful in the context of parent-child presentation relationships as defined in the XBRL 2.1 specification. |
|
Integer |
getPriority()
|
|
NamedNodeMap |
getSemanticAttributes()
Gets a list of the attributes that define the semantics of an arc. |
|
String |
getSemanticKey()
|
|
String |
getShow()
Get the xlink:show attribute value. |
|
|
getSourceFragments()
Get the list of ArcEnd fragments that the arc runs from. |
|
|
getTargetFragments()
Get the list of ArcEnd fragments that the arc runs to. |
|
String |
getTo()
Get the xlink:to attribute value. |
|
String |
getUse()
|
|
Double |
getWeight()
This method is useful in the context of summation-item calculation relationships as defined in the XBRL 2.1 specification. |
|
boolean |
hasAttribute(String name)
|
|
boolean |
hasAttribute(String namespace,
String name)
|
|
boolean |
isProhibited()
|
|
boolean |
semanticEquals(Arc other)
Returns true if this arc is semantically equal to the other arc. |
|
| Methods inherited from interface org.xbrlapi.ExtendedLinkContent |
|---|
getExtendedLink |
| Methods inherited from interface org.xbrlapi.Xlink |
|---|
getTitleAttribute, getTitleElement, getTitleElements, getXlinkType |
| Methods inherited from interface org.xbrlapi.XML |
|---|
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getAttribute(URI namespace,
String name)
throws XBRLException
Xlink
getAttribute in interface Xlinknamespace - The namespace of the attributename - The local name of the attribute
XBRLException
boolean hasAttribute(String namespace,
String name)
throws XBRLException
namespace - The namespace of the attributename - The local name of the attribute
XBRLException
String getAttribute(String name)
throws XBRLException
Xlink
getAttribute in interface Xlinkname - The name of the attribute
XBRLException
boolean hasAttribute(String name)
throws XBRLException
name - The name of the attribute
XBRLException
String getShow()
throws XBRLException
XBRLException
String getActuate()
throws XBRLException
XBRLException
String getFrom()
throws XBRLException
XBRLException
String getTo()
throws XBRLException
XBRLException
URI getArcrole()
throws XBRLException
XBRLException
Double getOrder()
throws XBRLException
XBRLException
<E extends ArcEnd> List<E> getSourceFragments()
throws XBRLException
XBRLException
<E extends ArcEnd> List<E> getTargetFragments()
throws XBRLException
XBRLException
NamedNodeMap getSemanticAttributes()
throws XBRLException
XBRLExceptionsemanticEquals(Arc)
String getSemanticKey()
throws XBRLException
XBRLException
boolean semanticEquals(Arc other)
throws XBRLException
other - The other arc.
XBRLException
Integer getPriority()
throws XBRLException
XBRLException
String getUse()
throws XBRLException
XBRLException
boolean isProhibited()
throws XBRLException
XBRLException
Double getWeight()
throws XBRLException
XBRLException
URI getPreferredLabelRole()
throws XBRLException
Constants.StandardLabelRole
XBRLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||