Interface ConnectionSiteIf

All Known Implementing Classes:
ConnectionSite

public interface ConnectionSiteIf
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the ang property.
    Gets the value of the pos property.
    boolean
     
    void
    setAng(String value)
    Sets the value of the ang property.
    void
    Sets the value of the pos property.
  • Method Details

    • getPos

      AdjustPointIf getPos()
      Gets the value of the pos property.
    • setPos

      void setPos(AdjustPointIf pos)
      Sets the value of the pos property.
    • getAng

      String getAng()
      Gets the value of the ang property.
    • setAng

      void setAng(String value)
      Sets the value of the ang property.
    • isSetAng

      boolean isSetAng()