RSE
Release 1.0

org.eclipse.rse.core.model
Class PropertySetContainer

java.lang.Object
  extended byorg.eclipse.rse.core.model.PropertySetContainer
All Implemented Interfaces:
IPropertySetContainer
Direct Known Subclasses:
RSEModelObject

public class PropertySetContainer
extends Object
implements IPropertySetContainer


Constructor Summary
PropertySetContainer()
           
 
Method Summary
 boolean addPropertySet(IPropertySet set)
           
 boolean addPropertySets(IPropertySet[] sets)
           
 IPropertySet createPropertySet(String name)
           
 IPropertySet createPropertySet(String name, String description)
           
 IPropertySet getPropertySet(String name)
           
 IPropertySet[] getPropertySets()
           
 boolean removePropertySet(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetContainer

public PropertySetContainer()
Method Detail

getPropertySets

public IPropertySet[] getPropertySets()
Specified by:
getPropertySets in interface IPropertySetContainer

getPropertySet

public IPropertySet getPropertySet(String name)
Specified by:
getPropertySet in interface IPropertySetContainer

createPropertySet

public IPropertySet createPropertySet(String name,
                                      String description)
Specified by:
createPropertySet in interface IPropertySetContainer

createPropertySet

public IPropertySet createPropertySet(String name)
Specified by:
createPropertySet in interface IPropertySetContainer

addPropertySet

public boolean addPropertySet(IPropertySet set)
Specified by:
addPropertySet in interface IPropertySetContainer

addPropertySets

public boolean addPropertySets(IPropertySet[] sets)
Specified by:
addPropertySets in interface IPropertySetContainer

removePropertySet

public boolean removePropertySet(String name)
Specified by:
removePropertySet in interface IPropertySetContainer

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.