public class TemplateParameterFacadeLogicImpl extends TemplateParameterFacadeLogic
TemplateParameterFacade
,
Serialized FormmetaObject
contextRoot
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, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
initialize
public TemplateParameterFacadeLogicImpl(org.omg.uml.foundation.core.TemplateParameter metaObject, String context)
metaObject
- context
- protected org.omg.uml.foundation.core.ModelElement handleGetParameter()
TemplateParameterFacadeLogic
handleGetParameter
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getParameter()
protected org.omg.uml.foundation.core.ModelElement handleGetDefaultElement()
TemplateParameterFacadeLogic
handleGetDefaultElement
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getDefaultElement()
protected ClassifierFacade handleGetType()
handleGetType
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getType()
protected String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getGetterSetterTypeName()
protected String handleGetName()
handleGetName
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getName()
protected String handleGetFullyQualifiedName()
handleGetFullyQualifiedName
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getFullyQualifiedName()
protected String handleGetGetterName()
handleGetGetterName
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getGetterName()
protected String handleGetSetterName()
handleGetSetterName
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getSetterName()
protected Collection<ClassifierFacade> handleGetConstrainingClassifiers()
handleGetConstrainingClassifiers
in class TemplateParameterFacadeLogic
TemplateParameterFacadeLogic.handleGetConstrainingClassifiers()
protected ModelElementFacade handleGetOwner()
handleGetOwner
in class TemplateParameterFacadeLogic
TemplateParameterFacade.getOwner()
protected String handleGetDocumentation(String indent)
TemplateParameterFacadeLogic
getDocumentation(indent, 64)
.handleGetDocumentation
in class TemplateParameterFacadeLogic
protected String handleGetDocumentation(String indent, int lineLength)
TemplateParameterFacadeLogic
getDocumentation(indent, lineLength, true)
.handleGetDocumentation
in class TemplateParameterFacadeLogic
protected String handleGetDocumentation(String indent, int lineLength, boolean htmlStyle)
handleGetDocumentation
in class TemplateParameterFacadeLogic
TemplateParameterFacadeLogic.handleGetDocumentation(java.lang.String, int, boolean)
public String getValidationName()
getValidationName
in interface TemplateParameterFacade
getValidationName
in class MetafacadeBase
MetafacadeBase.getValidationName()
public org.omg.uml.foundation.core.ModelElement getValidationOwner()
getValidationOwner
in interface TemplateParameterFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.