org.eclipse.rse.core.model
Class PropertySetContainer
java.lang.Object
org.eclipse.rse.core.model.PropertySetContainer
- All Implemented Interfaces:
- IPropertySetContainer
- Direct Known Subclasses:
- RSEModelObject
- public class PropertySetContainer
- extends Object
- implements IPropertySetContainer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetContainer
public PropertySetContainer()
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
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.