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

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

public class CSAppClassificationScheme
extends CSAppTaxonomy
implements CSAppConceptCollection

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


Constructor Summary
CSAppClassificationScheme(java.lang.String pValue, javax.xml.registry.infomodel.ClassificationScheme pScheme)
          Creates a new instance, which represents the given registry object.
 
Method Summary
 java.lang.String getValue()
          Returns the classification schemes name.
 
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
 

Constructor Detail

CSAppClassificationScheme

public CSAppClassificationScheme(java.lang.String pValue,
                                 javax.xml.registry.infomodel.ClassificationScheme pScheme)
                          throws javax.xml.registry.JAXRException
Creates a new instance, which represents the given registry object.

Throws:
javax.xml.registry.JAXRException
Method Detail

getValue

public java.lang.String getValue()
Returns the classification schemes name.