MetaBoss

com.metaboss.sdlctools.services.codegenerationstylesheet
Class STNamespaceStylesheet

java.lang.Object
  extended bycom.metaboss.sdlctools.services.codegenerationstylesheet.STNamespaceStylesheet

public final class STNamespaceStylesheet
extends java.lang.Object

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

STNamespaceStylesheet

public STNamespaceStylesheet()
Method Detail

getNamespaceRef

public java.lang.String getNamespaceRef()
Getter for the unique identifier of the corresponding model element


setNamespaceRef

public void setNamespaceRef(java.lang.String pNamespaceRef)
Getter for the unique identifier of the corresponding model element


getNormalisedName

public java.lang.String getNormalisedName()
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). Note that this name may not be unique in the namespace of the parent element, because sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name


setNormalisedName

public void setNormalisedName(java.lang.String pNormalisedName)
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) Note that this name may not be unique in the namespace of the parent element, because sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name


getNormalisedTypedName

public java.lang.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.


setNormalisedTypedName

public void setNormalisedTypedName(java.lang.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.


getCataloguePathToTop

public java.lang.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.


getCataloguePathFromTop

public java.lang.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.


setCataloguePathToTop

public 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. Catalogue is a directory tree where each node is named as _. It is used for things like help files, documentation directory tree etc.


setCataloguePathFromTop

public 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 _. It is used for things like help files, documentation directory tree etc.


getPackageName

public java.lang.String getPackageName()
Getter for the package name where contents of this Namespace are located


setPackageName

public void setPackageName(java.lang.String pPackageName)
Setter for the package name where contents of this Namespace are located


getDictionarySubPackageName

public java.lang.String getDictionarySubPackageName()
Getter for the name of the subpackage of the dictionary package for this namespace


setDictionarySubPackageName

public void setDictionarySubPackageName(java.lang.String pDictionarySubPackageName)
Setter for the name of the subpackage of the dictionary package for this namespace


getNamespaceURI

public java.lang.String getNamespaceURI()
Getter for the standard xml schema namespace


setNamespaceURI

public void setNamespaceURI(java.lang.String pNamespaceURI)
Setter for the generic xml name space URI


getAdapterClassName

public java.lang.String getAdapterClassName()
Getter for the name of the class, which is an adaptor / bridge between this namespace and some other technology. Note that this class may reside in any package as chosen by generator (in fact there will most probably be more than one implementation each in different package)


setAdapterClassName

public 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. Note that this class may reside in any package as chosen by generator (in fact there will most probably be more than one implementation each in different package)


MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.