com.softwareag.centrasite.appl.framework.parser
Class FixedRegistryObjectCollection

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection

public class FixedRegistryObjectCollection
extends java.lang.Object

An instance of this class is returned by the FixedRegistryObjectParser.


Constructor Summary
FixedRegistryObjectCollection()
           
 
Method Summary
 boolean add(CSAppAssociationTypeRefInfo pAssociationTypeRefInfo)
          Adds a new instance of CSAppAssociationTypeRefInfo to the collection.
 boolean add(CSAppObjectTypeRefInfo pObjectTypeRefInfo)
          Adds a new instance of CSAppObjectTypeRefInfo to the collection.
 boolean add(CSAppTaxonomyRefInfo pTaxonomyRefInfo)
          Adds a new instance of CSAppTaxonomyRefInfo to the collection.
 java.util.Collection<CSAppAssociationTypeRefInfo> getAssociationTypes()
          Returns the collection of fixed association types.
 java.util.Collection<CSAppObjectTypeRefInfo> getObjectTypes()
          Returns the collection of fixed object types.
 java.util.Collection<CSAppTaxonomyRefInfo> getTaxonomies()
          Returns the collection of fixed taxonomies.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedRegistryObjectCollection

public FixedRegistryObjectCollection()
Method Detail

add

public boolean add(CSAppTaxonomyRefInfo pTaxonomyRefInfo)
Adds a new instance of CSAppTaxonomyRefInfo to the collection.

Returns:
True, if the collection was altered. This is the case only, if the collection so far did not contain a taxonomy reference with the same name.

getTaxonomies

public java.util.Collection<CSAppTaxonomyRefInfo> getTaxonomies()
Returns the collection of fixed taxonomies.


add

public boolean add(CSAppObjectTypeRefInfo pObjectTypeRefInfo)
Adds a new instance of CSAppObjectTypeRefInfo to the collection.

Returns:
True, if the collection was altered. This is the case only, if the collection so far did not contain a object type reference with the same name.

getObjectTypes

public java.util.Collection<CSAppObjectTypeRefInfo> getObjectTypes()
Returns the collection of fixed object types.


add

public boolean add(CSAppAssociationTypeRefInfo pAssociationTypeRefInfo)
Adds a new instance of CSAppAssociationTypeRefInfo to the collection.

Returns:
True, if the collection was altered. This is the case only, if the collection so far did not contain an association type reference with the same name.

getAssociationTypes

public java.util.Collection<CSAppAssociationTypeRefInfo> getAssociationTypes()
Returns the collection of fixed association types.