public abstract class CSAppTaxonomy extends CSAppFixedRegistryObject
CSAppClassificationScheme
. An instance of this class
provides a representation of a fixed taxonomy. Instances of
this class are thread safe and may be held in static variables
or singleton objects. However, the CSAppTaxonomy
itself is no
singleton.Constructor and Description |
---|
CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject)
Creates a new instance, which represents the given classification scheme.
|
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
public CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject) throws javax.xml.registry.JAXRException
pRegistryObject
- the registry object.javax.xml.registry.JAXRException
- if an internal error occurs.