public class EntityIdentifierAspectNode extends java.lang.Object implements EntityIdentifiersAspectInterface, HasAspectNode
| Constructor and Description |
|---|
EntityIdentifierAspectNode(XBRLAspectNode node)
Instantiates a new entity identifier 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.
|
XBRLEntity[] |
getEntities()
Gets the entity.
|
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.
|
XBRLEntity |
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 EntityIdentifierAspectNode(XBRLAspectNode node)
node - the nodepublic XBRLAspectNode getAspectNode()
HasAspectNodegetAspectNode in interface HasAspectNodepublic java.lang.Object getAspectClashIdentity()
AspectgetAspectClashIdentity in interface Aspect<XBRLEntity>public int getAspectType()
AspectgetAspectType in interface Aspect<XBRLEntity>public XBRLEntity[] getEntities()
EntityIdentifiersAspectInterfacegetEntities in interface EntityIdentifiersAspectInterfacepublic void setValues(java.util.Set<?> distinctValues)
MutableAspectValuesetValues in interface MutableAspectValuedistinctValues - the new valuespublic int getMembersCount()
EntityIdentifiersAspectInterfacegetMembersCount in interface EntityIdentifiersAspectInterfacepublic XBRLEntity getMember(XBRLStructuralTable table, CellHeader[] header)
AspectgetMember in interface Aspect<XBRLEntity>table - the tableheader - the headerpublic java.lang.String getLabel(CellHeader ch)
MutableAspectValuegetLabel in interface MutableAspectValuech - the ch