Class Port

    • Constructor Detail

      • Port

        public Port()
    • Method Detail

      • getUpdateSemantic

        public UpdateSemantic getUpdateSemantic()
        Gets update semantic.
        Returns:
        the update semantic
      • getDisplayName

        public String getDisplayName()
        Gets display name.
        Returns:
        the display name
      • getPortType

        public PortType getPortType()
        Gets port type.
        Returns:
        the port type
      • setDisplayName

        public void setDisplayName​(String displayName)
        Sets display name.
        Parameters:
        displayName - the display name
      • setPortType

        public void setPortType​(PortType portType)
        Sets port type.
        Parameters:
        portType - the port type
      • setUpdateSemantic

        public void setUpdateSemantic​(UpdateSemantic updateSemantic)
        Sets update semantic.
        Parameters:
        updateSemantic - the update semantic