Search this API

y.util
Interface BooleanValueSettable


public interface BooleanValueSettable

Specifies the contract of modifiable boolean value objects.

 

Method Summary
 void setValue(boolean b)
          Sets the object's data.
 

Method Detail

setValue

void setValue(boolean b)
Sets the object's data.

Parameters:
b - the new data.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.