public class TemplateParameterFacadeLogicImpl extends TemplateParameterFacadeLogic
TemplateParameterFacade,
Serialized FormmetaObjectcontextRoot| Constructor and Description |
|---|
TemplateParameterFacadeLogicImpl(org.omg.uml.foundation.core.TemplateParameter metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValidationName() |
org.omg.uml.foundation.core.ModelElement |
getValidationOwner() |
protected Collection<ClassifierFacade> |
handleGetConstrainingClassifiers()
UML2 only, UML14 has no concept of constrainingClassifier on the TemplateParameter
|
protected org.omg.uml.foundation.core.ModelElement |
handleGetDefaultElement()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDocumentation(String indent)
Method to be implemented in descendants
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
protected String |
handleGetDocumentation(String indent,
int lineLength)
Method to be implemented in descendants
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
protected String |
handleGetDocumentation(String indent,
int lineLength,
boolean htmlStyle)
Duplicated from ModelElementFacade because there is no inheritance relationship
|
protected String |
handleGetFullyQualifiedName() |
protected String |
handleGetGetterName() |
protected String |
handleGetGetterSetterTypeName() |
protected String |
handleGetName() |
protected ModelElementFacade |
handleGetOwner() |
protected org.omg.uml.foundation.core.ModelElement |
handleGetParameter()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetSetterName() |
protected ClassifierFacade |
handleGetType() |
getConstrainingClassifiers, getDefaultElement, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getGetterName, getGetterSetterTypeName, getName, getOwner, getParameter, getSetterName, getType, isTemplateParameterFacadeMetaType, resetMetafacadeContext, toString, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitinitializepublic TemplateParameterFacadeLogicImpl(org.omg.uml.foundation.core.TemplateParameter metaObject, String context)
metaObject - context - protected org.omg.uml.foundation.core.ModelElement handleGetParameter()
TemplateParameterFacadeLogichandleGetParameter in class TemplateParameterFacadeLogicTemplateParameterFacade.getParameter()protected org.omg.uml.foundation.core.ModelElement handleGetDefaultElement()
TemplateParameterFacadeLogichandleGetDefaultElement in class TemplateParameterFacadeLogicTemplateParameterFacade.getDefaultElement()protected ClassifierFacade handleGetType()
handleGetType in class TemplateParameterFacadeLogicTemplateParameterFacade.getType()protected String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName in class TemplateParameterFacadeLogicTemplateParameterFacade.getGetterSetterTypeName()protected String handleGetName()
handleGetName in class TemplateParameterFacadeLogicTemplateParameterFacade.getName()protected String handleGetFullyQualifiedName()
handleGetFullyQualifiedName in class TemplateParameterFacadeLogicTemplateParameterFacade.getFullyQualifiedName()protected String handleGetGetterName()
handleGetGetterName in class TemplateParameterFacadeLogicTemplateParameterFacade.getGetterName()protected String handleGetSetterName()
handleGetSetterName in class TemplateParameterFacadeLogicTemplateParameterFacade.getSetterName()protected Collection<ClassifierFacade> handleGetConstrainingClassifiers()
handleGetConstrainingClassifiers in class TemplateParameterFacadeLogicTemplateParameterFacadeLogic.handleGetConstrainingClassifiers()protected ModelElementFacade handleGetOwner()
handleGetOwner in class TemplateParameterFacadeLogicTemplateParameterFacade.getOwner()protected String handleGetDocumentation(String indent)
TemplateParameterFacadeLogicgetDocumentation(indent, 64).handleGetDocumentation in class TemplateParameterFacadeLogicprotected String handleGetDocumentation(String indent, int lineLength)
TemplateParameterFacadeLogicgetDocumentation(indent, lineLength, true).handleGetDocumentation in class TemplateParameterFacadeLogicprotected String handleGetDocumentation(String indent, int lineLength, boolean htmlStyle)
handleGetDocumentation in class TemplateParameterFacadeLogicTemplateParameterFacadeLogic.handleGetDocumentation(java.lang.String, int, boolean)public String getValidationName()
getValidationName in interface TemplateParameterFacadegetValidationName in class MetafacadeBaseMetafacadeBase.getValidationName()public org.omg.uml.foundation.core.ModelElement getValidationOwner()
getValidationOwner in interface TemplateParameterFacadegetValidationOwner in class MetafacadeBaseMetafacadeBase.getValidationOwner()Copyright © 2003–2014 AndroMDA.org. All rights reserved.