public interface CurrentTimeComponent extends MasterComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DateFormat |
getDateFormat()
Returns the value of the 'Date Format' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getName()
Returns the value of the 'Name' attribute list.
|
long |
getUpdatePeriod()
Returns the value of the 'Update Period' attribute.
|
void |
setDateFormat(DateFormat value)
Sets the value of the '
Date Format ' attribute. |
void |
setUpdatePeriod(long value)
Sets the value of the '
Update Period ' attribute. |
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<String> getName()
String
.
If the meaning of the 'Name' attribute list isn't clear, there really should be more of a description here...
CommonPackage.getCurrentTimeComponent_Name()
long getUpdatePeriod()
"100"
.
If the meaning of the 'Update Period' attribute isn't clear, there really should be more of a description here...
setUpdatePeriod(long)
,
CommonPackage.getCurrentTimeComponent_UpdatePeriod()
void setUpdatePeriod(long value)
Update Period
' attribute.
value
- the new value of the 'Update Period' attribute.getUpdatePeriod()
DateFormat getDateFormat()
""
.
If the meaning of the 'Date Format' attribute isn't clear, there really should be more of a description here...
setDateFormat(DateFormat)
,
CommonPackage.getCurrentTimeComponent_DateFormat()
void setDateFormat(DateFormat value)
Date Format
' attribute.
value
- the new value of the 'Date Format' attribute.getDateFormat()