XBRLAPI

A Java API for XBRL


org.xbrlapi
Interface Language

All Superinterfaces:
Comparable<Fragment>, Fragment
All Known Implementing Classes:
LanguageImpl

public interface Language
extends Fragment

Author:
Geoffrey Shuetrim (geoff@galexy.net)

Method Summary
 String getCode()
           
 String getLanguage()
           
 String getName()
           
 
Methods inherited from interface org.xbrlapi.Fragment
appendElementSchemeXPointer, appendID, appendMetadataElement, equals, getAllChildren, getAncestorOrSelf, getBuilder, getDataRootElement, getDocumentNode, getFragmentIndex, getLabels, getLabels, getLabelsWithLanguage, getLabelsWithLanguage, getLabelsWithLanguageAndRole, getLabelsWithLanguageAndRole, getLabelsWithRole, getLabelsWithRole, getLocalname, getLocalnameFromQName, getMetaAttribute, getMetadataRootElement, getNamespaceFromQName, getNamespaceURI, getNetworks, getNetworksFromWithArcrole, getNetworksFromWithRoleAndArcrole, getNetworksWithArcrole, getParent, getParentElement, getParentIndex, getPrecedingSiblings, getPrefixFromQName, getReferences, getReferencingLocators, getRelationshipsToWithArcrole, getRelatives, getResource, getSequenceToParentElement, getSequenceToParentElementAsString, getSimpleLinks, getStore, getType, getURI, getXPath, hashCode, isa, isNewFragment, removeElementSchemeXPointer, removeID, removeMetaAttribute, removeMetadataElement, removeRelationship, setBuilder, setFragmentIndex, setMetaAttribute, setParentIndex, setPrecedingSiblings, setResource, setSequenceToParentElement, setStore, setURI
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLanguage

String getLanguage()
                   throws XBRLException
Returns:
the name of a language that the name of the language is expressed in.
Throws:
XBRLException.
XBRLException

getCode

String getCode()
               throws XBRLException
Returns:
the language code that a name is being supplied for.
Throws:
XBRLException.
XBRLException

getName

String getName()
               throws XBRLException
Returns:
the name of the language that corresponds to the language code, expressed in the language corresponding to the getLanguage result.
Throws:
XBRLException.
XBRLException

SourceForge Logo