com.softwareag.centrasite.appl.framework.fixed
Class CSAppClassificationScheme
java.lang.Object
com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
com.softwareag.centrasite.appl.framework.fixed.CSAppTaxonomy
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 java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
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
getValue
public java.lang.String getValue()
- Returns the classification schemes name.