|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaboss.sdlctools.services.codegenerationstylesheet.STNamespaceStylesheet
This structure contains the stylesheet (set of names) pertained to the particular namespace
Constructor Summary | |
STNamespaceStylesheet()
|
Method Summary | |
java.lang.String |
getAdapterClassName()
Getter for the name of the class, which is an adaptor / bridge between this namespace and some other technology. |
java.lang.String |
getCataloguePathFromTop()
Getter for the relative path from the top to the catalogue where information related to this object is located. |
java.lang.String |
getCataloguePathToTop()
Getter for the relative path to the top from the catalogue where information related to this object is located. |
java.lang.String |
getDictionarySubPackageName()
Getter for the name of the subpackage of the dictionary package for this namespace |
java.lang.String |
getNamespaceRef()
Getter for the unique identifier of the corresponding model element |
java.lang.String |
getNamespaceURI()
Getter for the standard xml schema namespace |
java.lang.String |
getNormalisedName()
Getter for the normalised name of the element. |
java.lang.String |
getNormalisedTypedName()
Getter for the normalised typed name of the element. |
java.lang.String |
getPackageName()
Getter for the package name where contents of this Namespace are located |
void |
setAdapterClassName(java.lang.String pAdapterClassName)
Setter for the name of the class, which is an adaptor / bridge between this namespace and some other technology. |
void |
setCataloguePathFromTop(java.lang.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 |
void |
setCataloguePathToTop(java.lang.String pCataloguePathToTop)
Setter for the relative path to the top from the catalogue where information related to this object is located. |
void |
setDictionarySubPackageName(java.lang.String pDictionarySubPackageName)
Setter for the name of the subpackage of the dictionary package for this namespace |
void |
setNamespaceRef(java.lang.String pNamespaceRef)
Getter for the unique identifier of the corresponding model element |
void |
setNamespaceURI(java.lang.String pNamespaceURI)
Setter for the generic xml name space URI |
void |
setNormalisedName(java.lang.String pNormalisedName)
Setter for the normalised name of the element. |
void |
setNormalisedTypedName(java.lang.String pNormalisedTypedName)
Setter for the normalised typed name of the element. |
void |
setPackageName(java.lang.String pPackageName)
Setter for the package name where contents of this Namespace are located |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public STNamespaceStylesheet()
Method Detail |
public java.lang.String getNamespaceRef()
public void setNamespaceRef(java.lang.String pNamespaceRef)
public java.lang.String getNormalisedName()
public void setNormalisedName(java.lang.String pNormalisedName)
public java.lang.String getNormalisedTypedName()
public void setNormalisedTypedName(java.lang.String pNormalisedTypedName)
public java.lang.String getCataloguePathToTop()
public java.lang.String getCataloguePathFromTop()
public void setCataloguePathToTop(java.lang.String pCataloguePathToTop)
public void setCataloguePathFromTop(java.lang.String pCataloguePathFromTop)
public java.lang.String getPackageName()
public void setPackageName(java.lang.String pPackageName)
public java.lang.String getDictionarySubPackageName()
public void setDictionarySubPackageName(java.lang.String pDictionarySubPackageName)
public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String pNamespaceURI)
public java.lang.String getAdapterClassName()
public void setAdapterClassName(java.lang.String pAdapterClassName)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |