Search
ResourceList(R).get Method
See Also
 






Gets the Resource object identified by the specified string.

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

 Syntax

Java  Copy Code

public R get (
    String id
)

 Parameters

id

The Resource.getId of the Resource to get.

 Return Value

The Resource instance identified by the specified string.

 See Also