|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Multi-dimensional attributes of a data element, such as a result set column.
The following features are supported:
DesignPackage.getAxisAttributes()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
AxisType |
getAxisType()
Returns the value of the 'Axis Type' attribute. |
boolean |
isOnColumnLayout()
Returns the value of the 'On Column Layout' attribute. |
boolean |
isSetAxisType()
Returns whether the value of the ' Axis Type ' attribute is set. |
boolean |
isSetOnColumnLayout()
Returns whether the value of the ' On Column Layout ' attribute is set. |
void |
setAxisType(AxisType value)
Sets the value of the ' Axis Type ' attribute. |
void |
setOnColumnLayout(boolean value)
Sets the value of the ' On Column Layout ' attribute. |
void |
unsetAxisType()
Unsets the value of the ' Axis Type ' attribute. |
void |
unsetOnColumnLayout()
Unsets the value of the ' On Column Layout ' attribute. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public AxisType getAxisType()
"Measure"
.
The literals are from the enumeration AxisType
.
The axis type of the data element. This provides hints to a consumer application on how the column should be used.
AxisType
,
isSetAxisType()
,
unsetAxisType()
,
setAxisType(AxisType)
,
DesignPackage.getAxisAttributes_AxisType()
public void setAxisType(AxisType value)
Axis Type
' attribute.
value
- the new value of the 'Axis Type' attribute.AxisType
,
isSetAxisType()
,
unsetAxisType()
,
getAxisType()
public void unsetAxisType()
Axis Type
' attribute.
isSetAxisType()
,
getAxisType()
,
setAxisType(AxisType)
public boolean isSetAxisType()
Axis Type
' attribute is set.
unsetAxisType()
,
getAxisType()
,
setAxisType(AxisType)
public boolean isOnColumnLayout()
"true"
.
A hint on how the dimension data element should be layout on column or row. It is normally used by presentation element such as a crosstab to design a default layout.
isSetOnColumnLayout()
,
unsetOnColumnLayout()
,
setOnColumnLayout(boolean)
,
DesignPackage.getAxisAttributes_OnColumnLayout()
public void setOnColumnLayout(boolean value)
On Column Layout
' attribute.
value
- the new value of the 'On Column Layout' attribute.isSetOnColumnLayout()
,
unsetOnColumnLayout()
,
isOnColumnLayout()
public void unsetOnColumnLayout()
On Column Layout
' attribute.
isSetOnColumnLayout()
,
isOnColumnLayout()
,
setOnColumnLayout(boolean)
public boolean isSetOnColumnLayout()
On Column Layout
' attribute is set.
unsetOnColumnLayout()
,
isOnColumnLayout()
,
setOnColumnLayout(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |