ResourceSet.contains

Overview | Methods | This Package | All Packages

ResourceSet.contains

Determines whether the specified property is stored in the resource set.

Syntax

public boolean contains( String name )

Parameters

name

The name of the property.

Return Value

Returns true if the property is contained in the resource set; otherwise, returns false.