Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TServiceSettingsEnum
-
Uses of TServiceSettingsEnum in org.lfenergy.compas.scl2007b4.model
Modifier and TypeFieldDescriptionprotected TServiceSettingsEnum
TGSESettings.appID
protected TServiceSettingsEnum
TReportSettings.bufTime
protected TServiceSettingsEnum
TGSESettings.dataLabel
protected TServiceSettingsEnum
TServiceSettings.datSet
protected TServiceSettingsEnum
TLogSettings.intgPd
protected TServiceSettingsEnum
TReportSettings.intgPd
protected TServiceSettingsEnum
TLogSettings.logEna
protected TServiceSettingsEnum
TReportSettings.optFields
protected TServiceSettingsEnum
TSMVSettings.optFields
protected TServiceSettingsEnum
TReportSettings.rptID
protected TServiceSettingsEnum
TSMVSettings.smpRate
protected TServiceSettingsEnum
TSMVSettings.svID
protected TServiceSettingsEnum
TLogSettings.trgOps
protected TServiceSettingsEnum
TReportSettings.trgOps
Modifier and TypeMethodDescriptionstatic TServiceSettingsEnum
TGSESettings.getAppID()
Gets the value of the appID property.TReportSettings.getBufTime()
Gets the value of the bufTime property.TGSESettings.getDataLabel()
Gets the value of the dataLabel property.TServiceSettings.getDatSet()
Gets the value of the datSet property.TLogSettings.getIntgPd()
Gets the value of the intgPd property.TReportSettings.getIntgPd()
Gets the value of the intgPd property.TLogSettings.getLogEna()
Gets the value of the logEna property.TReportSettings.getOptFields()
Gets the value of the optFields property.TSMVSettings.getOptFields()
Gets the value of the optFields property.TReportSettings.getRptID()
Gets the value of the rptID property.TSMVSettings.getSmpRate()
Gets the value of the smpRate property.TSMVSettings.getSvID()
Gets the value of the svID property.TLogSettings.getTrgOps()
Gets the value of the trgOps property.TReportSettings.getTrgOps()
Gets the value of the trgOps property.static TServiceSettingsEnum
Returns the enum constant of this class with the specified name.static TServiceSettingsEnum[]
TServiceSettingsEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TGSESettings.setAppID
(TServiceSettingsEnum value) Sets the value of the appID property.void
TReportSettings.setBufTime
(TServiceSettingsEnum value) Sets the value of the bufTime property.void
TGSESettings.setDataLabel
(TServiceSettingsEnum value) Sets the value of the dataLabel property.void
TServiceSettings.setDatSet
(TServiceSettingsEnum value) Sets the value of the datSet property.void
TLogSettings.setIntgPd
(TServiceSettingsEnum value) Sets the value of the intgPd property.void
TReportSettings.setIntgPd
(TServiceSettingsEnum value) Sets the value of the intgPd property.void
TLogSettings.setLogEna
(TServiceSettingsEnum value) Sets the value of the logEna property.void
TReportSettings.setOptFields
(TServiceSettingsEnum value) Sets the value of the optFields property.void
TSMVSettings.setOptFields
(TServiceSettingsEnum value) Sets the value of the optFields property.void
TReportSettings.setRptID
(TServiceSettingsEnum value) Sets the value of the rptID property.void
TSMVSettings.setSmpRate
(TServiceSettingsEnum value) Sets the value of the smpRate property.void
TSMVSettings.setSvID
(TServiceSettingsEnum value) Sets the value of the svID property.void
TLogSettings.setTrgOps
(TServiceSettingsEnum value) Sets the value of the trgOps property.void
TReportSettings.setTrgOps
(TServiceSettingsEnum value) Sets the value of the trgOps property.