public class Label
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Label cw)
Indicates whether some other object is "equal to" this one.
|
java.lang.String |
toString()
Gets the name of the label.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(Label cw)
cw - The reference object with which to compare.