public interface ProgressComponent extends ReadableComponent
The following features are supported:
DetailViewPackage.getProgressComponent()
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
double |
getFactor()
Returns the value of the 'Factor' attribute.
|
double |
getMax()
Returns the value of the 'Max' attribute.
|
double |
getMin()
Returns the value of the 'Min' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setFactor(double value)
Sets the value of the '
Factor ' attribute. |
void |
setMax(double value)
Sets the value of the '
Max ' attribute. |
void |
setMin(double value)
Sets the value of the '
Min ' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width ' attribute. |
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, getNullReplacementValue, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsText, setNullReplacementValue
getVisibility, setVisibility
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getProgressComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
double getFactor()
If the meaning of the 'Factor' attribute isn't clear, there really should be more of a description here...
setFactor(double)
,
DetailViewPackage.getProgressComponent_Factor()
void setFactor(double value)
Factor
' attribute.
value
- the new value of the 'Factor' attribute.getFactor()
double getMax()
If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...
setMax(double)
,
DetailViewPackage.getProgressComponent_Max()
void setMax(double value)
Max
' attribute.
value
- the new value of the 'Max' attribute.getMax()
double getMin()
If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...
setMin(double)
,
DetailViewPackage.getProgressComponent_Min()
void setMin(double value)
Min
' attribute.
value
- the new value of the 'Min' attribute.getMin()
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int)
,
DetailViewPackage.getProgressComponent_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.