Search
ItemList.get Method
See Also
 






Gets the item identified by the specified string.

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

 Syntax

Java  Copy Code

public Item get (
    String id
)

 Parameters

id

The Item.getId of the Item to get.

 Return Value

The Item instance identified by the specified string.

 See Also