Search this API

y.util
Interface IntValueSettable


public interface IntValueSettable

Specifies the contract of modifiable integer value objects.

 

Method Summary
 void setValue(int i)
          Sets the object's data.
 

Method Detail

setValue

void setValue(int i)
Sets the object's data.

Parameters:
i - the new data.

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