public interface CheckComponent extends Component
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
java.lang.String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute.
|
java.lang.String |
getReadDescriptor()
Returns the value of the 'Read Descriptor' attribute.
|
void |
setAttribute(java.lang.String value)
Sets the value of the '
Attribute' attribute. |
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the '
Format' attribute. |
void |
setReadDescriptor(java.lang.String value)
Sets the value of the '
Read Descriptor' attribute. |
getVisibility, setVisibilityjava.lang.String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String),
DetailViewPackage.getCheckComponent_Format()void setFormat(java.lang.String value)
Format' attribute.
value - the new value of the 'Format' attribute.getFormat()java.lang.String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String),
DetailViewPackage.getCheckComponent_Descriptor()void setDescriptor(java.lang.String value)
Descriptor' attribute.
value - the new value of the 'Descriptor' attribute.getDescriptor()java.lang.String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String),
DetailViewPackage.getCheckComponent_Attribute()void setAttribute(java.lang.String value)
Attribute' attribute.
value - the new value of the 'Attribute' attribute.getAttribute()java.lang.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.getCheckComponent_ReadDescriptor()void setReadDescriptor(java.lang.String value)
Read Descriptor' attribute.
value - the new value of the 'Read Descriptor' attribute.getReadDescriptor()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0