Class ProcessVariable

java.lang.Object
org.csstudio.csdata.ProcessVariable
All Implemented Interfaces:
Serializable

public class ProcessVariable extends Object implements Serializable
Control System Process Variable Name Allows Drag-and-Drop to transfer PV names, can be used for context menu object contributions. All control system model items must serialize for Drag-and-Drop. They should be immutable. They should implement proper equals() and hashCode() to support collections.
See Also:
  • Constructor Details

    • ProcessVariable

      public ProcessVariable(String name)
  • Method Details

    • getName

      public String getName()
      Returns:
      Process Variable Name
    • hashCode

      public int hashCode()
      Determine hash code from name
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Check equality by name
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object