Method Summary |
|
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 | getClassFullName() |
public String | getClassName() |
public String | getMessageRef() |
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 String | getProxyClassName() Getter for the name of the proxy class to this message. |
public String | getProxyTranslatorClassName() Getter for the name of the proxy translator class to this message. |
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 | setClassFullName(String pClassFullName) |
public void | setClassName(String pClassName) |
public void | setMessageRef(String pMessageRef) |
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) |
public void | setProxyClassName(String pProxyClassName) Setter for the name of the proxy class to this message. |
public void | setProxyTranslatorClassName(String pProxyTranslatorClassName) Setter for the name of the proxy translator class to this message. |