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.
setAdapterClassName(String pAdapterClassName) Setter for the name of the class, which is an adaptor / bridge between this service
and some other technology.
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
setGeneratedImplementationBasePackageName(String pGeneratedImplementationBasePackageName) Setter for the name of the root package under which generated service implementations are located.
setGeneratedProxyBasePackageName(String pGeneratedProxyBasePackageName) Setter for the name of the root package under which generated service proxies are located.
public void
setGeneratedProxyRefSuffix(String pGeneratedProxyRefSuffix) Setter for the suffix to use when creating the reference of the generated proxy.
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 name of the class, which is an adaptor / bridge between this service
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)
Getter for the name of the directory for the adapters of the service.
Directory is formed similar to package, but directory separators are used intead of dots
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 name of the root package under which generated service implementations are located.
If service has the one and only one possible default implementation - it can go in this package itself.
All other implementations must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedimpl than the simulator implementation would
be in the package com.metaboss.generatedimpl.simulator
Getter for the suffix to use when generating the name of the generated implementation.
For example if this setting equals "Autogenerated_" than the Simulator implementation would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Autogenerated_Simulator
Getter for the suffix to use when generating the name of the generated implementation.
For example if this setting equals "_Autogenerated" than the Simulator implementation would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Simulator_Autogenerated
Getter for the name of the root package under which generated service proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxy would
be in the package com.metaboss.generatedproxy.logging
Getter for the suffix to use when creating the reference of the generated proxy.
For example if this setting equals "_Autogenerated" than the Logging proxy would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Logging_Autogenerated
Getter for the name of the class implementing this service. 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)
Getter for the name of the object factory class instantiating this service 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)
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
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 unique identifier of the corresponding service
setAdapterClassName
public void setAdapterClassName(String pAdapterClassName)(Code)
Setter for the name of the class, which is an adaptor / bridge between this service
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)
setAdapterRootPackageDir
public void setAdapterRootPackageDir(String pAdapterRootPackageDir)(Code)
Setter for the name of the directory for the adapters of the service
Directory is formed similar to package, but directory separators are used intead of dots
setAdaptersRootPackageName
public void setAdaptersRootPackageName(String pAdapterRootPackageName)(Code)
Setter for the name of the package for the adapters of the service
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.
setGeneratedImplementationBasePackageName
public void setGeneratedImplementationBasePackageName(String pGeneratedImplementationBasePackageName)(Code)
Setter for the name of the root package under which generated service implementations are located.
If service has the one and only one possible default implementation - it can go in this package itself.
All other implementations must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedimpl than the simulator implementation would
be in the package com.metaboss.generatedimpl.simulator
setGeneratedImplementationNamePrefix
public void setGeneratedImplementationNamePrefix(String pGeneratedImplementationNamePrefix)(Code)
Setter for the prefix to use when creating the name of the generated implementation.
For example if this setting equals "Autogenerated_" than the Simulator implementation would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Autogenerated_Simulator
setGeneratedImplementationNameSuffix
public void setGeneratedImplementationNameSuffix(String pGeneratedImplementationNameSuffix)(Code)
Setter for the suffix to use when creating the name of the generated implementation.
For example if this setting equals "_Autogenerated" than the Simulator implementation would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Simulator_Autogenerated
setGeneratedProxyBasePackageName
public void setGeneratedProxyBasePackageName(String pGeneratedProxyBasePackageName)(Code)
Setter for the name of the root package under which generated service proxies are located.
If service has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself.
All other proxies must be in the sub packages of this package.
For example if this setting equals com.metaboss.generatedproxy than the logging proxy would
be in the package com.metaboss.generatedproxy.logging
setGeneratedProxyRefSuffix
public void setGeneratedProxyRefSuffix(String pGeneratedProxyRefSuffix)(Code)
Setter for the suffix to use when creating the reference of the generated proxy.
For example if this setting equals "_Autogenerated" than the Logging proxy would
have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Logging_Autogenerated
setImplementationClassName
public void setImplementationClassName(String pImplementationClassName)(Code)
Setter for the name of the class implementing this service. 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)
setImplementationFactoryClassName
public void setImplementationFactoryClassName(String pImplementationFactoryClassName)(Code)
Setter for the name of the object factory class instantiating this service 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)
setInterfaceFullName
public void setInterfaceFullName(String pInterfaceFullName)(Code)
Setter for the full name of the interface realising this service
setInterfaceName
public void setInterfaceName(String pInterfaceName)(Code)
Setter for the name of the interface realising this service
setNamespaceURI
public void setNamespaceURI(String pNamespaceURI)(Code)
Setter for the generic xml name space 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).
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
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.
setPackageName
public void setPackageName(String pPackageName)(Code)
Setter for the name of the package where interface realising this service is residing
setServiceRef
public void setServiceRef(String pServiceRef)(Code)
Setter for the unique identifier of the corresponding service