Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TServiceSettingsEnum
Packages that use TServiceSettingsEnum
-
Uses of TServiceSettingsEnum in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TServiceSettingsEnumModifier and TypeFieldDescriptionprotected TServiceSettingsEnumTGSESettings.appIDprotected TServiceSettingsEnumTReportSettings.bufTimeprotected TServiceSettingsEnumTGSESettings.dataLabelprotected TServiceSettingsEnumTServiceSettings.datSetprotected TServiceSettingsEnumTLogSettings.intgPdprotected TServiceSettingsEnumTReportSettings.intgPdprotected TServiceSettingsEnumTLogSettings.logEnaprotected TServiceSettingsEnumTReportSettings.optFieldsprotected TServiceSettingsEnumTSMVSettings.optFieldsprotected TServiceSettingsEnumTReportSettings.rptIDprotected TServiceSettingsEnumTSMVSettings.smpRateprotected TServiceSettingsEnumTSMVSettings.svIDprotected TServiceSettingsEnumTLogSettings.trgOpsprotected TServiceSettingsEnumTReportSettings.trgOpsMethods in org.lfenergy.compas.scl2007b4.model that return TServiceSettingsEnumModifier and TypeMethodDescriptionstatic TServiceSettingsEnumTGSESettings.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 TServiceSettingsEnumReturns 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.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TServiceSettingsEnumModifier and TypeMethodDescriptionvoidTGSESettings.setAppID(TServiceSettingsEnum value) Sets the value of the appID property.voidTReportSettings.setBufTime(TServiceSettingsEnum value) Sets the value of the bufTime property.voidTGSESettings.setDataLabel(TServiceSettingsEnum value) Sets the value of the dataLabel property.voidTServiceSettings.setDatSet(TServiceSettingsEnum value) Sets the value of the datSet property.voidTLogSettings.setIntgPd(TServiceSettingsEnum value) Sets the value of the intgPd property.voidTReportSettings.setIntgPd(TServiceSettingsEnum value) Sets the value of the intgPd property.voidTLogSettings.setLogEna(TServiceSettingsEnum value) Sets the value of the logEna property.voidTReportSettings.setOptFields(TServiceSettingsEnum value) Sets the value of the optFields property.voidTSMVSettings.setOptFields(TServiceSettingsEnum value) Sets the value of the optFields property.voidTReportSettings.setRptID(TServiceSettingsEnum value) Sets the value of the rptID property.voidTSMVSettings.setSmpRate(TServiceSettingsEnum value) Sets the value of the smpRate property.voidTSMVSettings.setSvID(TServiceSettingsEnum value) Sets the value of the svID property.voidTLogSettings.setTrgOps(TServiceSettingsEnum value) Sets the value of the trgOps property.voidTReportSettings.setTrgOps(TServiceSettingsEnum value) Sets the value of the trgOps property.