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.
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.
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.
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.
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.
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.
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.
Getter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
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.
Getter for the package name where types for this design library are located
setAdaptersRootPackageName
public void setAdaptersRootPackageName(String pAdaptersRootPackageName)(Code)
Setter for the name of the package for the adapters of the design library
setCataloguePathFromTop
public void setCataloguePathFromTop(String pCataloguePathFromTop)(Code)
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.
setCataloguePathToTop
public void setCataloguePathToTop(String pCataloguePathToTop)(Code)
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.
setDataDictionaryModuleName
public void setDataDictionaryModuleName(String pDataDictionaryModuleName)(Code)
Setter for the name of the module where data dictionaries for whole enterprise are located
public void setNamespaceURI(String pNamespaceURI)(Code)
Setter for the generic xml namespace URI
setNormalisedName
public void setNormalisedName(String pNormalisedName)(Code)
Setter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
setNormalisedTypedName
public void setNormalisedTypedName(String pNormalisedTypedName)(Code)
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.
setRootPackageName
public void setRootPackageName(String pRootPackageName)(Code)
Setter for the package name where whole design library source code is located
setTypesRootPackageName
public void setTypesRootPackageName(String pTypesRootPackageName)(Code)
Setter for the package name where types for this system are located