|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.VdbContainer
public final class VdbContainer
Manages a collection of VdbGroups and renders them as an Info*Engine
IeCollection.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addGroup(String name,
VdbGroup group)
Adds a VdbGroup to the groups collection. |
com.infoengine.object.IeCollection |
asVDB()
Returns the contents of the groups collection as an Info*Engine IeCollection. |
VdbGroup |
getGroup(String name)
Returns a VdbGroup from the groups collection. |
Collection |
getGroups()
Returns the contents of the groups collection. |
void |
removeGroup(String name)
Removes a VdbGroup from the groups collection if one exists in the collection with a logical name that is equal to the argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addGroup(String name,
VdbGroup group)
throws MissingParameterException
name - The logical name of the group.group - The VdbGroup to add to the groups collection.
MissingParameterExceptionpublic void removeGroup(String name)
name - The logical name of the group to remove.public VdbGroup getGroup(String name)
name - The logical name of the group to obtain.
public Collection getGroups()
public com.infoengine.object.IeCollection asVDB()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||