|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AxisAttributes
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. |
ResultSubset |
getRelatedColumns()
Returns the value of the 'Related Columns' containment reference. |
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 |
setRelatedColumns(ResultSubset value)
Sets the value of the ' Related Columns ' containment reference. |
void |
unsetAxisType()
Unsets the value of the ' Axis Type ' attribute. |
void |
unsetOnColumnLayout()
Unsets the value of the ' On Column Layout ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
AxisType getAxisType()
"Measure"
.
The literals are from the enumeration AxisType
.
The axis type of the data element. It provides design hints to a consumer application on how the column data should be analyzed, or applied in a multi-dimensional view.
AxisType
,
isSetAxisType()
,
unsetAxisType()
,
setAxisType(AxisType)
,
DesignPackage.getAxisAttributes_AxisType()
void setAxisType(AxisType value)
Axis Type
' attribute.
value
- the new value of the 'Axis Type' attribute.AxisType
,
isSetAxisType()
,
unsetAxisType()
,
getAxisType()
void unsetAxisType()
Axis Type
' attribute.
isSetAxisType()
,
getAxisType()
,
setAxisType(AxisType)
boolean isSetAxisType()
Axis Type
' attribute is set.
unsetAxisType()
,
getAxisType()
,
setAxisType(AxisType)
boolean isOnColumnLayout()
"true"
.
A design hint on whether the dimension data element should be laid out on a 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()
void setOnColumnLayout(boolean value)
On Column Layout
' attribute.
value
- the new value of the 'On Column Layout' attribute.isSetOnColumnLayout()
,
unsetOnColumnLayout()
,
isOnColumnLayout()
void unsetOnColumnLayout()
On Column Layout
' attribute.
isSetOnColumnLayout()
,
isOnColumnLayout()
,
setOnColumnLayout(boolean)
boolean isSetOnColumnLayout()
On Column Layout
' attribute is set.
unsetOnColumnLayout()
,
isOnColumnLayout()
,
setOnColumnLayout(boolean)
ResultSubset getRelatedColumns()
setRelatedColumns(ResultSubset)
,
DesignPackage.getAxisAttributes_RelatedColumns()
void setRelatedColumns(ResultSubset value)
Related Columns
' containment reference.
value
- the new value of the 'Related Columns' containment reference.getRelatedColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |