public class ParameterFacadeLogicImpl extends ParameterFacadeLogic
metaObject
contextRoot
Constructor and Description |
---|
ParameterFacadeLogicImpl(org.omg.uml.foundation.core.Parameter metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
Object |
getValidationOwner() |
String |
handleGetDefaultValue() |
String |
handleGetEffect()
UML2 Only: Returns "NONE" always.
|
protected org.omg.uml.behavioralelements.statemachines.Event |
handleGetEvent()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetGetterName() |
protected String |
handleGetGetterSetterTypeName() |
protected String |
handleGetGetterSetterTypeNameImpl() |
protected int |
handleGetLower()
Get the UML lower multiplicity
|
protected String |
handleGetName()
Overridden to provide name masking.
|
protected org.omg.uml.foundation.core.Operation |
handleGetOperation()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetSetterName() |
protected org.omg.uml.foundation.core.Classifier |
handleGetType()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected int |
handleGetUpper()
Get the UML upper multiplicity
Not implemented for UML1.4
|
boolean |
handleIsDefaultValuePresent() |
boolean |
handleIsException()
UML2 Only: Returns false always.
|
protected boolean |
handleIsInoutParameter() |
protected boolean |
handleIsInParameter() |
protected boolean |
handleIsMany()
Get the UML upper multiplicity
Not implemented for UML1.4
|
protected boolean |
handleIsOrdered()
NOT IMPLEMENTED: UML2 only: returns false always
|
protected boolean |
handleIsOutParameter() |
protected boolean |
handleIsReadable() |
protected boolean |
handleIsRequired() |
boolean |
handleIsReturn() |
protected boolean |
handleIsUnique() |
protected boolean |
handleIsWritable() |
getDefaultValue, getEffect, getEvent, getGetterName, getGetterSetterTypeName, getGetterSetterTypeNameImpl, getLower, getOperation, getSetterName, getType, getUpper, isDefaultValuePresent, isException, isInoutParameter, isInParameter, isMany, isOrdered, isOutParameter, isParameterFacadeMetaType, isReadable, isRequired, isReturn, isUnique, isWritable, resetMetafacadeContext, validateInvariants
getArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetOwnedElements, handleGetOwner, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleGetVisibility, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraints
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, toString, translateConstraint, translateConstraints, translateConstraints
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public ParameterFacadeLogicImpl(org.omg.uml.foundation.core.Parameter metaObject, String context)
metaObject
- context
- protected String handleGetName()
handleGetName
in class ModelElementFacadeLogicImpl
ModelElementFacade.getName()
protected String handleGetGetterName()
handleGetGetterName
in class ParameterFacadeLogic
ParameterFacade.getGetterName()
protected String handleGetSetterName()
handleGetSetterName
in class ParameterFacadeLogic
ParameterFacade.getSetterName()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
public String handleGetDefaultValue()
handleGetDefaultValue
in class ParameterFacadeLogic
ParameterFacade.getDefaultValue()
public boolean handleIsDefaultValuePresent()
handleIsDefaultValuePresent
in class ParameterFacadeLogic
ParameterFacade.isDefaultValuePresent()
protected String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName
in class ParameterFacadeLogic
ParameterFacade.getType()
protected String handleGetGetterSetterTypeNameImpl()
handleGetGetterSetterTypeNameImpl
in class ParameterFacadeLogic
ParameterFacade.getGetterSetterTypeNameImpl()
protected org.omg.uml.foundation.core.Classifier handleGetType()
ParameterFacadeLogic
handleGetType
in class ParameterFacadeLogic
ParameterFacade.getType()
public String handleGetEffect()
handleGetEffect
in class ParameterFacadeLogic
ParameterFacade.isException()
public boolean handleIsException()
handleIsException
in class ParameterFacadeLogic
ParameterFacade.isException()
protected boolean handleIsOrdered()
handleIsOrdered
in class ParameterFacadeLogic
ParameterFacade.isOrdered()
public boolean handleIsReturn()
handleIsReturn
in class ParameterFacadeLogic
ParameterFacade.isReturn()
protected boolean handleIsRequired()
handleIsRequired
in class ParameterFacadeLogic
ParameterFacade.isRequired()
protected boolean handleIsUnique()
handleIsUnique
in class ParameterFacadeLogic
ParameterFacade.isUnique()
protected org.omg.uml.foundation.core.Operation handleGetOperation()
ParameterFacadeLogic
handleGetOperation
in class ParameterFacadeLogic
ParameterFacade.getOperation()
protected org.omg.uml.behavioralelements.statemachines.Event handleGetEvent()
ParameterFacadeLogic
handleGetEvent
in class ParameterFacadeLogic
ParameterFacade.getEvent()
protected boolean handleIsReadable()
handleIsReadable
in class ParameterFacadeLogic
ParameterFacade.isReadable()
protected boolean handleIsWritable()
handleIsWritable
in class ParameterFacadeLogic
ParameterFacade.isWritable()
protected boolean handleIsInParameter()
handleIsInParameter
in class ParameterFacadeLogic
ParameterFacade.isInParameter()
protected boolean handleIsOutParameter()
handleIsOutParameter
in class ParameterFacadeLogic
ParameterFacade.isOutParameter()
protected boolean handleIsInoutParameter()
handleIsInoutParameter
in class ParameterFacadeLogic
ParameterFacade.isInoutParameter()
protected boolean handleIsMany()
handleIsMany
in class ParameterFacadeLogic
ParameterFacade.isMany()
protected int handleGetUpper()
handleGetUpper
in class ParameterFacadeLogic
ParameterFacade.getUpper()
protected int handleGetLower()
handleGetLower
in class ParameterFacadeLogic
ParameterFacade.getLower()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.