Package com.hp.ucmdb.api.bundles
Interface ResourceBundle
A ResourceBundle is a group of resources.
-
Method Summary
-
Method Details
-
name
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.
-