|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OlapEdge
OlapEdge is the object that is used by the default OlapTableModel implementation, DefaultOlapTableModel. It represents a container for an OlapMember (required) and an OlapMeasure (optional).
Method Summary | |
---|---|
OlapMeasure |
getMeasure()
Retrieves the assigned measure. |
OlapMember |
getMember()
Retrieves the assigned member. |
String |
getName()
Retrieves the string name to display. |
int |
getType()
Retrieves the member's type. |
Method Detail |
---|
OlapMeasure getMeasure()
OlapMember getMember()
int getType()
String getName()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |