Search
Location.setState Method
See Also
 






Sets the state of this location.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setState (
    String value
)

 Parameters

value

A string identifying the state where this location is. The default is an empty string.

 See Also