Method Summary |
|
public String | getAdapterClassName() Getter for the name of the class, which is an adaptor / bridge between this namespace
and some other technology. |
public String | getCataloguePathFromTop() Getter for the relative path from the top to the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public String | getCataloguePathToTop() Getter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public String | getDictionarySubPackageName() |
public String | getNamespaceRef() |
public String | getNamespaceURI() |
public String | getNormalisedName() Getter for the normalised name of the element. |
public String | getNormalisedTypedName() Getter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope. |
public String | getPackageName() |
public void | setAdapterClassName(String pAdapterClassName) Setter for the name of the class, which is an adaptor / bridge between this namespace
and some other technology. |
public void | setCataloguePathFromTop(String pCataloguePathFromTop) Setter for the relative path from the top to the catalogue where information related to this object is located
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public void | setCataloguePathToTop(String pCataloguePathToTop) Setter for the relative path to the top from the catalogue where information related to this object is located.
Catalogue is a directory tree where each node is named as _.
It is used for things like help files, documentation directory tree etc. |
public void | setDictionarySubPackageName(String pDictionarySubPackageName) |
public void | setNamespaceRef(String pNamespaceRef) |
public void | setNamespaceURI(String pNamespaceURI) |
public void | setNormalisedName(String pNormalisedName) Setter for the normalised name of the element. |
public void | setNormalisedTypedName(String pNormalisedTypedName) Setter for the normalised typed name of the element.
Normalised typed name is similar to the normalised name, but it is derived
from type name and element name which guarantees that this name is unique within parent element scope. |
public void | setPackageName(String pPackageName) |