T - the generic typepublic interface Aspect<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAspectClashIdentity()
Returns an object that can be used to evaluate aspect clash.
|
int |
getAspectType()
Returns a value from the CommonAspectRule class that identifies the aspect type.
|
T |
getMember(XBRLStructuralTable table,
CellHeader[] header)
Convert this aspect into a proper Member
|
java.lang.Object getAspectClashIdentity()
int getAspectType()
T getMember(XBRLStructuralTable table, CellHeader[] header) throws XTValidationException
table - the tableheader - the headerXTValidationException - the XT validation exception