|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Member<T>
A Member is a Dimension Member as defined in the XDT specification.
The XDT Processor is optimized for validation purposes so the XDT processor does not care about the hierarchy of the domain members and order of the relationships. This Member class does care about that by using a similar exploration of the relationships in the DTS but taking care of the representation aspects.
| Method Summary | |
|---|---|
void |
addDomain(java.util.Collection<Member<?>> members)
Adds a domain of members. |
Member<T> |
clone()
Clone constructor |
int |
compareTo(Member<?> o2)
|
Dimension<?> |
getDimension()
Access back to the dimensions this member has belongs to |
java.util.Collection<Member<?>> |
getDomain()
Returns the available sub members of this member. |
T |
getMember()
Access to the member. |
boolean |
hasDomain()
Returns true if the member is a Domain and has sub-members |
boolean |
isAbstract()
This method returns true if the member associated is abstract |
boolean |
isPrimary()
This method returns true if the member is a primary item, otherwise is a dimension member of either an XDT dimension or a Virtual dimension |
| Method Detail |
|---|
Member<T> clone()
T getMember()
boolean hasDomain()
java.util.Collection<Member<?>> getDomain()
#hasDomain()}void addDomain(java.util.Collection<Member<?>> members)
members - boolean isAbstract()
boolean isPrimary()
Dimension<?> getDimension()
int compareTo(Member<?> o2)
o2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||