public class FixedRegistryObjectCollection
extends java.lang.Object
FixedRegistryObjectParser
.Constructor and Description |
---|
FixedRegistryObjectCollection() |
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean add(CSAppTaxonomyRefInfo pTaxonomyRefInfo)
CSAppTaxonomyRefInfo
to the collection.pTaxonomyRefInfo
- The CSAppTaxonomyRefInfo
instance to addtrue
, 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.public java.util.Collection<CSAppTaxonomyRefInfo> getTaxonomies()
Collection
of CSAppTaxonomyRefInfo
instancespublic boolean add(CSAppObjectTypeRefInfo pObjectTypeRefInfo)
CSAppObjectTypeRefInfo
to the collection.pObjectTypeRefInfo
- The CSAppObjectTypeRefInfo
to addtrue
, 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.public java.util.Collection<CSAppObjectTypeRefInfo> getObjectTypes()
Collection
of CSAppObjectTypeRefInfo
objectspublic boolean add(CSAppAssociationTypeRefInfo pAssociationTypeRefInfo)
CSAppAssociationTypeRefInfo
to the collection.pAssociationTypeRefInfo
- The CSAppAssociationTypeRefInfo
instance to addtrue
, 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.public java.util.Collection<CSAppAssociationTypeRefInfo> getAssociationTypes()
Collection
of CSAppAssociationTypeRefInfo
objects