public interface DataPointComponent extends IChartObject
The following features are supported:
AttributePackage.getDataPointComponent()
Modifier and Type | Method and Description |
---|---|
DataPointComponent |
copyInstance() |
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
java.lang.String |
getOrthogonalType()
Returns the value of the 'Orthogonal Type' attribute.
|
DataPointComponentType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetOrthogonalType()
Returns whether the value of the '
Orthogonal Type ' attribute is set. |
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
setOrthogonalType(java.lang.String value)
Sets the value of the '
Orthogonal Type ' attribute. |
void |
setType(DataPointComponentType value)
Sets the value of the '
Type ' attribute. |
void |
unsetOrthogonalType()
Unsets the value of the '
Orthogonal Type ' attribute. |
void |
unsetType()
Unsets the value of the '
Type ' attribute. |
DataPointComponentType getType()
"Base_Value"
.
The literals are from the enumeration DataPointComponentType
.
Specifies the type of data point component.
DataPointComponentType
,
isSetType()
,
unsetType()
,
setType(DataPointComponentType)
,
AttributePackage.getDataPointComponent_Type()
void setType(DataPointComponentType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.DataPointComponentType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(DataPointComponentType)
boolean isSetType()
Type
' attribute is set. unsetType()
,
getType()
,
setType(DataPointComponentType)
FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
AttributePackage.getDataPointComponent_FormatSpecifier()
void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
java.lang.String getOrthogonalType()
""
.
Attribute OrthogonalType specifies the orthogonal type of data
point component, it's only valid when Type is OrthogonalValue.
isSetOrthogonalType()
,
unsetOrthogonalType()
,
setOrthogonalType(String)
,
AttributePackage.getDataPointComponent_OrthogonalType()
void setOrthogonalType(java.lang.String value)
Orthogonal Type
' attribute.
value
- the new value of the 'Orthogonal Type' attribute.isSetOrthogonalType()
,
unsetOrthogonalType()
,
getOrthogonalType()
void unsetOrthogonalType()
Orthogonal Type
' attribute.
boolean isSetOrthogonalType()
Orthogonal Type
' attribute is set.
unsetOrthogonalType()
,
getOrthogonalType()
,
setOrthogonalType(String)
DataPointComponent copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.