public class ConceptAspectNode extends java.lang.Object implements ConceptsAspectInterface, HasAspectNode
| Constructor and Description |
|---|
ConceptAspectNode(XBRLAspectNode node)
Instantiates a new concept aspect node.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAspectClashIdentity()
Returns an object that can be used to evaluate aspect clash.
|
XBRLAspectNode |
getAspectNode()
Returns back the aspect node this resolves comes from.
|
int |
getAspectType()
Returns a value from the CommonAspectRule class that identifies the aspect type.
|
XMLElementDefinition[] |
getConcepts()
Returns the calculated concept for this aspect.
|
java.lang.String |
getLabel(CellHeader ch)
Returns a text representation of the aspect value that can be used in the GUI as the
cell header.
|
javax.xml.namespace.QName |
getMember(XBRLStructuralTable table,
CellHeader[] header)
Convert this aspect into a proper Member
|
int |
getMembersCount()
Gets the members count.
|
void |
setValues(java.util.Set<?> distinctValues)
Sets the values.
|
public ConceptAspectNode(XBRLAspectNode node)
node - the nodepublic XBRLAspectNode getAspectNode()
HasAspectNodegetAspectNode in interface HasAspectNodepublic java.lang.Object getAspectClashIdentity()
AspectgetAspectClashIdentity in interface Aspect<javax.xml.namespace.QName>public int getAspectType()
AspectgetAspectType in interface Aspect<javax.xml.namespace.QName>public XMLElementDefinition[] getConcepts()
ConceptsAspectInterfacegetConcepts in interface ConceptsAspectInterfacepublic void setValues(java.util.Set<?> distinctValues)
MutableAspectValuesetValues in interface MutableAspectValuedistinctValues - the new valuespublic int getMembersCount()
ConceptsAspectInterfacegetMembersCount in interface ConceptsAspectInterfacepublic javax.xml.namespace.QName getMember(XBRLStructuralTable table, CellHeader[] header)
Aspectpublic java.lang.String getLabel(CellHeader ch)
MutableAspectValuegetLabel in interface MutableAspectValuech - the ch