vanted.petrinetelements.misc
Class HideLabel

java.lang.Object
  extended by vanted.petrinetelements.misc.HideLabel

public class HideLabel
extends java.lang.Object

The Class HideLabel is a helper class for label hiding.

Author:
Kevin Pucknat

Constructor Summary
HideLabel(boolean value)
          Instantiates a new hide label.
 
Method Summary
 boolean getValue()
          Gets the value.
 void setValue(boolean value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HideLabel

public HideLabel(boolean value)
Instantiates a new hide label.

Parameters:
value - the value
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setValue

public void setValue(boolean value)
Sets the value.

Parameters:
value - the new value

getValue

public boolean getValue()
Gets the value.

Returns:
the value