public interface ButtonComponent extends GenericComponent
The following features are supported:
DetailViewPackage.getButtonComponent()
Modifier and Type | Method and Description |
---|---|
ValueSource |
getActive()
Returns the value of the 'Active' containment reference.
|
String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
String |
getFormat()
Returns the value of the 'Format' attribute.
|
String |
getReadDescriptor()
Returns the value of the 'Read Descriptor' attribute.
|
int |
getTextHeight()
Returns the value of the 'Text Height' attribute.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
String |
getWriteDescriptor()
Returns the value of the 'Write Descriptor' attribute.
|
void |
setActive(ValueSource value)
Sets the value of the '
Active ' containment reference. |
void |
setAttribute(String value)
Sets the value of the '
Attribute ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
void |
setReadDescriptor(String value)
Sets the value of the '
Read Descriptor ' attribute. |
void |
setTextHeight(int value)
Sets the value of the '
Text Height ' attribute. |
void |
setValue(String value)
Sets the value of the '
Value ' attribute. |
void |
setWriteDescriptor(String value)
Sets the value of the '
Write Descriptor ' attribute. |
getRegistrations
getVisibility, setVisibility
String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
DetailViewPackage.getButtonComponent_Format()
void setFormat(String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
DetailViewPackage.getButtonComponent_Value()
void setValue(String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
String getReadDescriptor()
If the meaning of the 'Read Descriptor' attribute isn't clear, there really should be more of a description here...
setReadDescriptor(String)
,
DetailViewPackage.getButtonComponent_ReadDescriptor()
void setReadDescriptor(String value)
Read Descriptor
' attribute.
value
- the new value of the 'Read Descriptor' attribute.getReadDescriptor()
String getWriteDescriptor()
If the meaning of the 'Write Descriptor' attribute isn't clear, there really should be more of a description here...
setWriteDescriptor(String)
,
DetailViewPackage.getButtonComponent_WriteDescriptor()
void setWriteDescriptor(String value)
Write Descriptor
' attribute.
value
- the new value of the 'Write Descriptor' attribute.getWriteDescriptor()
ValueSource getActive()
If the meaning of the 'Active' containment reference isn't clear, there really should be more of a description here...
setActive(ValueSource)
,
DetailViewPackage.getButtonComponent_Active()
void setActive(ValueSource value)
Active
' containment reference.
value
- the new value of the 'Active' containment reference.getActive()
String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String)
,
DetailViewPackage.getButtonComponent_Attribute()
void setAttribute(String value)
Attribute
' attribute.
value
- the new value of the 'Attribute' attribute.getAttribute()
int getTextHeight()
If the meaning of the 'Text Height' attribute isn't clear, there really should be more of a description here...
setTextHeight(int)
,
DetailViewPackage.getButtonComponent_TextHeight()
void setTextHeight(int value)
Text Height
' attribute.
value
- the new value of the 'Text Height' attribute.getTextHeight()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.