Uses of Class
org.lfenergy.compas.scl2007b4.model.TServices
Packages that use TServices
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL servicesscl.ied is a group of services for operating on
IED object-
Uses of TServices in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TServicesModifier and TypeFieldDescriptionprotected TServicesTAccessPoint.servicesprotected TServicesTIED.servicesMethods in org.lfenergy.compas.scl2007b4.model that return TServicesModifier and TypeMethodDescriptionObjectFactory.createTServices()Create an instance ofTServicesTAccessPoint.getServices()Gets the value of the services property.TIED.getServices()Gets the value of the services property.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TServicesModifier and TypeMethodDescriptionvoidTAccessPoint.setServices(TServices value) Sets the value of the services property.voidTIED.setServices(TServices value) Sets the value of the services property. -
Uses of TServices in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto with parameters of type TServicesModifier and TypeMethodDescriptionControlBlock.getControlBlockServiceSetting(TServices tServices) Get Control block settings from Serviceprotected abstract voidControlBlock.validateSecurityEnabledValue(TServices tServices) Abstract method to check validity of Security Enable state for Control blocksprotected voidGooseControlBlock.validateSecurityEnabledValue(TServices tServices) protected voidReportControlBlock.validateSecurityEnabledValue(TServices tServices) Implementation is required by superclass but ReportControl blocks has no SecurityEnabled attributes.protected voidSMVControlBlock.validateSecurityEnabledValue(TServices tServices) -
Uses of TServices in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied that return TServices