public class InstantModeMember extends java.lang.Object implements Member<HandleDateStep.InstantMode>
| Constructor and Description |
|---|
InstantModeMember(HandleDateStep.InstantMode mode,
Dimension<?> dim)
Instantiates a new instant mode member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDomain(java.util.Collection<Member<?>> members)
Adds a domain of members.
|
InstantModeMember |
clone()
Clone constructor.
|
int |
compareTo(Member<?> o2)
Compare to.
|
boolean |
equals(java.lang.Object obj) |
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.
|
HandleDateStep.InstantMode |
getMember()
Access to the member.
|
boolean |
hasDomain()
Returns true if the member is a Domain and has sub-members.
|
int |
hashCode() |
boolean |
isAbstract()
This method returns true if the member associated is abstract.
|
boolean |
isNegated()
Negated are shown in red color font.
|
boolean |
isNet()
Nets are shown in bold font.
|
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.
|
boolean |
isTotal()
Totals are shown in bold font.
|
boolean |
isVisible()
Must return true if the member is going to be visualized in rows or columns.
|
Dimension<?> |
setDimension(Dimension<?> newDimension)
Set or change the assigned dimension of this member
|
void |
setHidden()
Sets the hidden.
|
void |
setVisible()
Sets the visible.
|
void |
setVisible(boolean value)
Sets the visibility parameter value for this member.
|
java.lang.String |
toString() |
public InstantModeMember(HandleDateStep.InstantMode mode, Dimension<?> dim)
mode - the modedim - the dimpublic InstantModeMember clone()
Memberclone in interface Member<HandleDateStep.InstantMode>clone in class java.lang.Objectpublic void addDomain(java.util.Collection<Member<?>> members)
MemberaddDomain in interface Member<HandleDateStep.InstantMode>members - the memberspublic int compareTo(Member<?> o2)
MembercompareTo in interface Member<HandleDateStep.InstantMode>o2 - the o2public Dimension<?> getDimension()
MembergetDimension in interface Member<HandleDateStep.InstantMode>public java.util.Collection<Member<?>> getDomain()
MembergetDomain in interface Member<HandleDateStep.InstantMode>Member.hasDomain()public HandleDateStep.InstantMode getMember()
MembergetMember in interface Member<HandleDateStep.InstantMode>public boolean hasDomain()
MemberhasDomain in interface Member<HandleDateStep.InstantMode>public boolean isAbstract()
MemberisAbstract in interface Member<HandleDateStep.InstantMode>public boolean isPrimary()
MemberisPrimary in interface Member<HandleDateStep.InstantMode>public boolean isVisible()
MemberisVisible in interface Member<HandleDateStep.InstantMode>public void setVisible()
public void setVisible(boolean value)
MembersetVisible in interface Member<HandleDateStep.InstantMode>value - the new visiblepublic void setHidden()
public Dimension<?> setDimension(Dimension<?> newDimension)
MembersetDimension in interface Member<HandleDateStep.InstantMode>newDimension - the new dimensionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isTotal()
MemberisTotal in interface Member<HandleDateStep.InstantMode>public boolean isNet()
MemberisNet in interface Member<HandleDateStep.InstantMode>public boolean isNegated()
MemberisNegated in interface Member<HandleDateStep.InstantMode>