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

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.CSAppObjectType
All Implemented Interfaces:
RegistryBean, CSAppConceptCollection

public class CSAppObjectType
extends CSAppConcept

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


Field Summary
static CSAppTaxonomyRef OBJECT_TYPES
          The taxonomy of object types.
 
Constructor Summary
CSAppObjectType(CSAppClassificationScheme pClassificationScheme, 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

OBJECT_TYPES

public static final CSAppTaxonomyRef OBJECT_TYPES
The taxonomy of object types.

Constructor Detail

CSAppObjectType

public CSAppObjectType(CSAppClassificationScheme pClassificationScheme,
                       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