public class CSAppObjectType extends CSAppConcept
CSAppObjectType
itself is no singleton.Modifier and Type | Field and Description |
---|---|
static CSAppTaxonomyRef |
OBJECT_TYPES
The taxonomy of object types.
|
Constructor and Description |
---|
CSAppObjectType(CSAppClassificationScheme pClassificationScheme,
javax.xml.registry.infomodel.Concept pConcept)
Creates a new instance, which represents the given registry object.
|
getAppPath, getClassificationScheme, getFullPath, getParent, getPath, getValue
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
public static final CSAppTaxonomyRef OBJECT_TYPES
public CSAppObjectType(CSAppClassificationScheme pClassificationScheme, javax.xml.registry.infomodel.Concept pConcept) throws javax.xml.registry.JAXRException
pClassificationScheme
- the classification scheme.pConcept
- the concept object.javax.xml.registry.JAXRException
- if an internal error occurs.