|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComparablePart
Interface to be implemented by classes that provide XBRL comparison functionality.
Classes implementing this interface provide comparison for Context, Structure, Unit, Value, Xpath and identical facets.
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
| Method Summary | |
|---|---|
boolean |
c_equal(ComparablePart other)
Determine if the other is Context equal to this. |
boolean |
identical(ComparablePart other)
Determine if the other is the same object as this. |
boolean |
s_equal(ComparablePart other)
Determine if the other is Structure equal to this. |
boolean |
u_equal(ComparablePart other)
Determine if the other is Unit equal to this. |
boolean |
v_equal(ComparablePart other)
Determine if the other is Value equal to this. |
boolean |
x_equal(ComparablePart other)
Determine if the other is x_equal [XPATH] to this. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean c_equal(ComparablePart other)
other - another ComparablePart object
boolean s_equal(ComparablePart other)
other - another ComparablePart object
boolean u_equal(ComparablePart other)
other - another ComparablePart object
boolean v_equal(ComparablePart other)
other - another ComparablePart object
boolean identical(ComparablePart other)
other - another ComparablePart object
boolean x_equal(ComparablePart other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||