com.softwareag.centrasite.appl.framework.fixed
Class CSAppAssociationType

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
      extended by com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
          extended by com.softwareag.centrasite.appl.framework.fixed.CSAppAssociationType
All Implemented Interfaces:
RegistryBean, CSAppConceptCollection

public class CSAppAssociationType
extends CSAppConcept

An instance of this class provides a representation of a fixed association type. Instances of this class are thread safe and may be held in static variables or singleton objects. However, the CSAppAssociationType itself is no singleton.


Field Summary
static CSAppTaxonomyRef ASSOCIATION_TYPES
          The taxonomy of association types.
 
Constructor Summary
CSAppAssociationType(CSAppClassificationScheme pAssociationTypes, javax.xml.registry.infomodel.Concept pConcept)
          Creates a new instance, which represents the given registry object.
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
getAppPath, getClassificationScheme, getFullPath, getParent, getPath, getValue
 
Methods inherited from class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSOCIATION_TYPES

public static final CSAppTaxonomyRef ASSOCIATION_TYPES
The taxonomy of association types.

Constructor Detail

CSAppAssociationType

public CSAppAssociationType(CSAppClassificationScheme pAssociationTypes,
                            javax.xml.registry.infomodel.Concept pConcept)
                     throws javax.xml.registry.JAXRException
Creates a new instance, which represents the given registry object.

Throws:
javax.xml.registry.JAXRException