Uses of Class
org.lfenergy.compas.scl2007b4.model.TCommunication
Packages that use TCommunication
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL servicesscl.com is a group of services for operating on
Communication object-
Uses of TCommunication in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCommunicationMethods in org.lfenergy.compas.scl2007b4.model that return TCommunicationModifier and TypeMethodDescriptionObjectFactory.createTCommunication()Create an instance ofTCommunicationSCL.getCommunication()Gets the value of the communication property.Methods in org.lfenergy.compas.scl2007b4.model that return types with arguments of type TCommunicationModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TCommunication>ObjectFactory.createCommunication(TCommunication value) Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TCommunicationModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TCommunication>ObjectFactory.createCommunication(TCommunication value) voidSCL.setCommunication(TCommunication value) Sets the value of the communication property. -
Uses of TCommunication in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto with parameters of type TCommunicationModifier and TypeMethodDescriptionstatic List<SubNetworkDTO>SubNetworkDTO.createDefaultSubnetwork(String iedName, TCommunication communication, List<SubNetworkTypeDTO> subNetworkTypes) Create default Subnetwork in Communication node of SCL file -
Uses of TCommunication in org.lfenergy.compas.sct.commons.scl.com
Constructors in org.lfenergy.compas.sct.commons.scl.com with parameters of type TCommunicationModifierConstructorDescriptionCommunicationAdapter(SclRootAdapter parentAdapter, TCommunication currentElem) Constructor