|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
public class CSAppConcept
An instance of this class provides a representation of a fixed
concept. Instances of this class are thread safe and may be
held in static variables or singleton objects. However, the
CSAppConcept
itself is no singleton.
Constructor Summary | |
---|---|
CSAppConcept(CSAppClassificationScheme pParent,
javax.xml.registry.infomodel.Concept pConcept)
Creates a new instance, with the given parent. |
|
CSAppConcept(CSAppConcept pParent,
javax.xml.registry.infomodel.Concept pConcept)
Creates a new instance, with the given parent. |
Method Summary | |
---|---|
java.lang.String |
getAppPath()
Returns the concepts path, excluding the taxonomies name. |
CSAppClassificationScheme |
getClassificationScheme()
Returns the concepts classification scheme. |
java.lang.String |
getFullPath()
Returns the concepts path, including the classification schemes key. |
CSAppConcept |
getParent()
Returns the concepts parent concept. |
java.lang.String |
getPath()
Returns the concepts path, excluding the classification schemes key. |
java.lang.String |
getValue()
Returns the concepts value. |
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 |
---|
public CSAppConcept(CSAppClassificationScheme pParent, javax.xml.registry.infomodel.Concept pConcept) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public CSAppConcept(CSAppConcept pParent, javax.xml.registry.infomodel.Concept pConcept) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
Method Detail |
---|
public CSAppClassificationScheme getClassificationScheme()
public CSAppConcept getParent()
public java.lang.String getValue()
public java.lang.String getFullPath()
public java.lang.String getPath()
public java.lang.String getAppPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |