|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.csstudio.csdata.ProcessVariable
public class ProcessVariable
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.
| Constructor Summary | |
|---|---|
ProcessVariable(java.lang.String name)
Initialize |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Check equality by name |
java.lang.String |
getName()
|
int |
hashCode()
Determine hash code from name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessVariable(java.lang.String name)
name - Process Variable name| Method Detail |
|---|
public java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||