com.hp.ucmdb.api.bundles
Interface ResourceBundle


@NotFinalAPI
public interface ResourceBundle

A ResourceBundle is a group of resources.


Method Summary
 boolean deletable()
          Returns true if this bundle can be removed.
 boolean editable()
          Returns true if it is possible to add or remove resources to/from this bunde.
 java.lang.String name()
          The name of the bundle.
 

Method Detail

name

java.lang.String name()
The name of the bundle.

Returns:
the name of the bundle

deletable

boolean deletable()
Returns true if this bundle can be removed.

Returns:
true if the bundle can be removed.

editable

boolean editable()
Returns true if it is possible to add or remove resources to/from this bunde.

Returns:
true if the bundle can be edited.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.