public abstract class EJB3OperationFacadeLogic extends MetafacadeBase implements EJB3OperationFacade
EJB3OperationFacade,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot, logger| Modifier | Constructor and Description |
|---|---|
protected |
EJB3OperationFacadeLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
ParameterFacade |
findParameter(String name)
Finds the parameter on this operation having the given name, if no parameter is found, null
is returned instead.
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Object |
findTaggedValue(String name,
boolean follow)
Searches the given feature for the specified tag.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
String |
getArgumentNames()
A comma separated list of all argument names.
|
Collection<ParameterFacade> |
getArguments()
Specification of an argument used to pass information into or out of an invocation of a
behavioral
feature.
|
String |
getArgumentTypeNames()
A comma separated list of all types of each argument, in order.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
String |
getCall()
Constructs the operation call with the operation name
|
String |
getConcurrency()
Returns the concurrency modifier for this operation (i.e.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
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.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
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.
|
String |
getExceptionList()
A comma separated list containing all exceptions that this operation throws.
|
String |
getExceptionList(String initialExceptions)
Returns a comma separated list of exceptions appended to the comma separated list of fully
qualified 'initialException' classes passed in to this method.
|
Collection<ModelElementFacade> |
getExceptions()
A collection of all exceptions thrown by this operation.
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
String |
getGetterSetterReturnTypeName()
Return Type with multiplicity taken into account.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
String |
getImplementationCall()
The method call for the implementation operation.
|
String |
getImplementationName()
The name of the operation used within the entity implementation.
|
String |
getImplementationSignature()
The signature for the implementation operation.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
int |
getLower()
the lower value for the multiplicity
-only applicable for UML2
|
String |
getMethodBody()
Returns the operation method body determined from UML sequence diagrams or other UML sources.
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
OperationFacade |
getOverriddenOperation()
The operation this operation overrides, null if this operation is not overriding.
|
ClassifierFacade |
getOwner()
Gets the owner of this operation
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
Collection<ParameterFacade> |
getParameters()
Return all parameters for the operation, including the return parameter.
|
String |
getPostconditionName()
The name of the operation that handles postcondition constraints.
|
Collection<ConstraintFacade> |
getPostconditions()
The postcondition constraints belonging to this operation.
|
String |
getPreconditionCall()
The call to the precondition operation.
|
String |
getPreconditionName()
The name of the operation that handles precondition constraints.
|
Collection<ConstraintFacade> |
getPreconditions()
The precondition constraints belonging to this operation.
|
String |
getPreconditionSignature()
The signature of the precondition operation.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
ParameterFacade |
getReturnParameter()
(UML2 Only).
|
ClassifierFacade |
getReturnType()
The operation return type parameter.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getSignature()
Return the operation signature, including public/protested abstract returnType name plus
argument type and name
|
String |
getSignature(boolean withArgumentNames)
Returns the signature of the operation and optionally appends the argument names (if
withArgumentNames is true), otherwise returns the signature with just the types alone in the
signature.
|
String |
getSignature(String argumentModifier)
Returns the signature of the operation and optionally appends the given 'argumentModifier' to
each argument.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
String |
getTypedArgumentList()
A comma-separated parameter list (type and name of each parameter) of an operation.
|
String |
getTypedArgumentList(String modifier)
A comma-separated parameter list (type and name of each parameter) of an operation with an
optional modifier (i.e final) before each parameter.
|
int |
getUpper()
the upper value for the multiplicity (will be -1 for *)
- only applicable for UML2
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getVisibility()
The visibility (i.e.
|
protected abstract String |
handleGetImplementationCall() |
protected abstract String |
handleGetImplementationName() |
protected abstract String |
handleGetImplementationSignature() |
protected abstract boolean |
handleIsBusinessOperation() |
protected abstract boolean |
handleIsCreateMethod() |
protected abstract boolean |
handleIsFinderMethod() |
protected abstract boolean |
handleIsLifecycleCallback() |
protected abstract boolean |
handleIsPostLoad() |
protected abstract boolean |
handleIsPostPersist() |
protected abstract boolean |
handleIsPostRemove() |
protected abstract boolean |
handleIsPostUpdate() |
protected abstract boolean |
handleIsPrePersist() |
protected abstract boolean |
handleIsPreRemove() |
protected abstract boolean |
handleIsPreUpdate() |
protected abstract boolean |
handleIsSelectMethod() |
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
void |
initialize() |
boolean |
isAbstract()
True is the operation is abstract.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isBusinessOperation()
True/false on whether or not this operation is an EJB business operation.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isCreateMethod()
Returns true if the operation has the <
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEJB3OperationFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isExceptionsPresent()
True if the operation has (i.e.
|
boolean |
isFinderMethod()
Returns true if the operation is a finder or query operation.
|
boolean |
isLeaf()
IsLeaf property in the operation.
|
boolean |
isLifecycleCallback()
Returns true if this operation is marked with any of the lifecycle callback stereotypes like
PrePersist, PostPersist, PreRemove, PostRemove, PreUpdate, PostUpdate or PostLoad.
|
boolean |
isMany()
UML2 only.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isOperationFacadeMetaType() |
boolean |
isOrdered()
UML2 only: If isMany (Collection type returned), is the type unique within the collection.
|
boolean |
isOverriding()
True if this operation overrides an operation defined in an ancestor class.
|
boolean |
isPostconditionsPresent()
Whether any postcondition constraints are present on this operation.
|
boolean |
isPostLoad()
Returns true if the associated operation has the <
|
boolean |
isPostPersist()
Returns true if the associated operation has the <
|
boolean |
isPostRemove()
Returns true if the associated operation has the <
|
boolean |
isPostUpdate()
Returns true if the associated operation has the <
|
boolean |
isPreconditionsPresent()
Whether any precondition constraints are present on this operation.
|
boolean |
isPrePersist()
Returns true if the associated operation has the <
|
boolean |
isPreRemove()
Returns true if the associated operation has the <
|
boolean |
isPreUpdate()
Returns true if the associated operation has the <
|
boolean |
isQuery()
Indicates whether or not this operation is a query operation.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isReturnTypePresent()
True/false depending on whether or not the operation has a return type or not (i.e.
|
boolean |
isSelectMethod()
True/false on whether or not this operation represents a select method.
|
boolean |
isStatic()
True is the operation is static (only a single instance can be instantiated).
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isUnique()
UML2 only: for Collection return type, is the type unique within the collection.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateprotected Object metaObject
Objectprotected EJB3OperationFacadeLogic(Object metaObjectIn, String context)
metaObjectIn - context - public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isEJB3OperationFacadeMetaType()
EJB3OperationFacadeisEJB3OperationFacadeMetaType in interface EJB3OperationFacadeEJB3OperationFacadeprotected abstract boolean handleIsBusinessOperation()
EJB3OperationFacade.isBusinessOperation()public final boolean isBusinessOperation()
isBusinessOperation in interface EJB3OperationFacadeprotected abstract boolean handleIsSelectMethod()
EJB3OperationFacade.isSelectMethod()public final boolean isSelectMethod()
isSelectMethod in interface EJB3OperationFacadeprotected abstract boolean handleIsPrePersist()
EJB3OperationFacade.isPrePersist()public final boolean isPrePersist()
isPrePersist in interface EJB3OperationFacadeprotected abstract boolean handleIsPostPersist()
EJB3OperationFacade.isPostPersist()public final boolean isPostPersist()
isPostPersist in interface EJB3OperationFacadeprotected abstract boolean handleIsPreRemove()
EJB3OperationFacade.isPreRemove()public final boolean isPreRemove()
isPreRemove in interface EJB3OperationFacadeprotected abstract boolean handleIsPostRemove()
EJB3OperationFacade.isPostRemove()public final boolean isPostRemove()
isPostRemove in interface EJB3OperationFacadeprotected abstract boolean handleIsPreUpdate()
EJB3OperationFacade.isPreUpdate()public final boolean isPreUpdate()
isPreUpdate in interface EJB3OperationFacadeprotected abstract boolean handleIsPostUpdate()
EJB3OperationFacade.isPostUpdate()public final boolean isPostUpdate()
isPostUpdate in interface EJB3OperationFacadeprotected abstract boolean handleIsPostLoad()
EJB3OperationFacade.isPostLoad()public final boolean isPostLoad()
isPostLoad in interface EJB3OperationFacadeprotected abstract boolean handleIsLifecycleCallback()
EJB3OperationFacade.isLifecycleCallback()public final boolean isLifecycleCallback()
isLifecycleCallback in interface EJB3OperationFacadeprotected abstract String handleGetImplementationName()
EJB3OperationFacade.getImplementationName()public final String getImplementationName()
getImplementationName in interface EJB3OperationFacadeprotected abstract String handleGetImplementationCall()
EJB3OperationFacade.getImplementationCall()public final String getImplementationCall()
getImplementationCall in interface EJB3OperationFacadeprotected abstract String handleGetImplementationSignature()
EJB3OperationFacade.getImplementationSignature()public final String getImplementationSignature()
getImplementationSignature in interface EJB3OperationFacadeprotected abstract boolean handleIsCreateMethod()
EJB3OperationFacade.isCreateMethod()public final boolean isCreateMethod()
isCreateMethod in interface EJB3OperationFacadeprotected abstract boolean handleIsFinderMethod()
EJB3OperationFacade.isFinderMethod()public final boolean isFinderMethod()
isFinderMethod in interface EJB3OperationFacadepublic boolean isOperationFacadeMetaType()
isOperationFacadeMetaType in interface OperationFacadeOperationFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic void copyTaggedValues(ModelElementFacade element)
copyTaggedValues in interface ModelElementFacadeModelElementFacade.copyTaggedValues(ModelElementFacade element)public Object findTaggedValue(String tagName)
findTaggedValue in interface ModelElementFacadeModelElementFacade.findTaggedValue(String tagName)public Collection<Object> findTaggedValues(String tagName)
findTaggedValues in interface ModelElementFacadeModelElementFacade.findTaggedValues(String tagName)public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)public Collection<ConstraintFacade> getConstraints()
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints()public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints(String kind)public String getDocumentation(String indent)
getDocumentation(indent, 64).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent)public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength)public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)public String getFullyQualifiedName()
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName()public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName(boolean modelName)public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath in interface ModelElementFacadeModelElementFacade.getFullyQualifiedNamePath()public String getId()
getId in interface ModelElementFacadeModelElementFacade.getId()public Collection<String> getKeywords()
getKeywords in interface ModelElementFacadeModelElementFacade.getKeywords()public String getLabel()
getLabel in interface ModelElementFacadeModelElementFacade.getLabel()public TypeMappings getLanguageMappings()
getLanguageMappings in interface ModelElementFacadeModelElementFacade.getLanguageMappings()public ModelFacade getModel()
getModel in interface ModelElementFacadeModelElementFacade.getModel()public String getName()
getName in interface ModelElementFacadeModelElementFacade.getName()public ModelElementFacade getPackage()
getPackage in interface ModelElementFacadeModelElementFacade.getPackage()public String getPackageName()
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName()public String getPackageName(boolean modelName)
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName(boolean modelName)public String getPackagePath()
getPackagePath in interface ModelElementFacadeModelElementFacade.getPackagePath()public String getQualifiedName()
getQualifiedName in interface ModelElementFacadeModelElementFacade.getQualifiedName()public PackageFacade getRootPackage()
getRootPackage in interface ModelElementFacadeModelElementFacade.getRootPackage()public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies in interface ModelElementFacadeModelElementFacade.getSourceDependencies()public StateMachineFacade getStateMachineContext()
getStateMachineContext in interface ModelElementFacadeModelElementFacade.getStateMachineContext()public Collection<String> getStereotypeNames()
getStereotypeNames in interface ModelElementFacadeModelElementFacade.getStereotypeNames()public Collection<StereotypeFacade> getStereotypes()
getStereotypes in interface ModelElementFacadeModelElementFacade.getStereotypes()public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues in interface ModelElementFacadeModelElementFacade.getTaggedValues()public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies in interface ModelElementFacadeModelElementFacade.getTargetDependencies()public Object getTemplateParameter(String parameterName)
getTemplateParameter in interface ModelElementFacadeModelElementFacade.getTemplateParameter(String parameterName)public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters in interface ModelElementFacadeModelElementFacade.getTemplateParameters()public String getVisibility()
getVisibility in interface ModelElementFacadeModelElementFacade.getVisibility()public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype in interface ModelElementFacadeModelElementFacade.hasExactStereotype(String stereotypeName)public boolean hasKeyword(String keywordName)
hasKeyword in interface ModelElementFacadeModelElementFacade.hasKeyword(String keywordName)public boolean hasStereotype(String stereotypeName)
hasStereotype in interface ModelElementFacadeModelElementFacade.hasStereotype(String stereotypeName)public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent in interface ModelElementFacadeModelElementFacade.isBindingDependenciesPresent()public boolean isConstraintsPresent()
isConstraintsPresent in interface ModelElementFacadeModelElementFacade.isConstraintsPresent()public boolean isDocumentationPresent()
isDocumentationPresent in interface ModelElementFacadeModelElementFacade.isDocumentationPresent()public boolean isReservedWord()
isReservedWord in interface ModelElementFacadeModelElementFacade.isReservedWord()public boolean isTemplateParametersPresent()
isTemplateParametersPresent in interface ModelElementFacadeModelElementFacade.isTemplateParametersPresent()public boolean isValidIdentifierName()
isValidIdentifierName in interface ModelElementFacadeModelElementFacade.isValidIdentifierName()public String translateConstraint(String name, String translation)
translateConstraint in interface ModelElementFacadeModelElementFacade.translateConstraint(String name, String translation)public String[] translateConstraints(String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String translation)public String[] translateConstraints(String kind, String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String kind, String translation)public ParameterFacade findParameter(String name)
findParameter in interface OperationFacadeOperationFacade.findParameter(String name)public Object findTaggedValue(String name, boolean follow)
findTaggedValue in interface OperationFacadeOperationFacade.findTaggedValue(String name, boolean follow)public String getArgumentNames()
getArgumentNames in interface OperationFacadeOperationFacade.getArgumentNames()public String getArgumentTypeNames()
getArgumentTypeNames in interface OperationFacadeOperationFacade.getArgumentTypeNames()public Collection<ParameterFacade> getArguments()
getArguments in interface OperationFacadeOperationFacade.getArguments()public String getCall()
getCall in interface OperationFacadeOperationFacade.getCall()public String getConcurrency()
getConcurrency in interface OperationFacadeOperationFacade.getConcurrency()public String getExceptionList()
getExceptionList in interface OperationFacadeOperationFacade.getExceptionList()public String getExceptionList(String initialExceptions)
getExceptionList in interface OperationFacadeOperationFacade.getExceptionList(String initialExceptions)public Collection<ModelElementFacade> getExceptions()
getExceptions in interface OperationFacadeOperationFacade.getExceptions()public String getGetterSetterReturnTypeName()
getGetterSetterReturnTypeName in interface OperationFacadeOperationFacade.getGetterSetterReturnTypeName()public int getLower()
getLower in interface OperationFacadeOperationFacade.getLower()public String getMethodBody()
getMethodBody in interface OperationFacadeOperationFacade.getMethodBody()public OperationFacade getOverriddenOperation()
getOverriddenOperation in interface OperationFacadeOperationFacade.getOverriddenOperation()public ClassifierFacade getOwner()
getOwner in interface OperationFacadeOperationFacade.getOwner()public Collection<ParameterFacade> getParameters()
getParameters in interface OperationFacadeOperationFacade.getParameters()public String getPostconditionName()
getPostconditionName in interface OperationFacadeOperationFacade.getPostconditionName()public Collection<ConstraintFacade> getPostconditions()
getPostconditions in interface OperationFacadeOperationFacade.getPostconditions()public String getPreconditionCall()
getPreconditionCall in interface OperationFacadeOperationFacade.getPreconditionCall()public String getPreconditionName()
getPreconditionName in interface OperationFacadeOperationFacade.getPreconditionName()public String getPreconditionSignature()
getPreconditionSignature in interface OperationFacadeOperationFacade.getPreconditionSignature()public Collection<ConstraintFacade> getPreconditions()
getPreconditions in interface OperationFacadeOperationFacade.getPreconditions()public ParameterFacade getReturnParameter()
getReturnParameter in interface OperationFacadeOperationFacade.getReturnParameter()public ClassifierFacade getReturnType()
getReturnType in interface OperationFacadeOperationFacade.getReturnType()public String getSignature()
getSignature in interface OperationFacadeOperationFacade.getSignature()public String getSignature(boolean withArgumentNames)
getSignature in interface OperationFacadeOperationFacade.getSignature(boolean withArgumentNames)public String getSignature(String argumentModifier)
getSignature in interface OperationFacadeOperationFacade.getSignature(String argumentModifier)public String getTypedArgumentList()
getTypedArgumentList in interface OperationFacadeOperationFacade.getTypedArgumentList()public String getTypedArgumentList(String modifier)
getTypedArgumentList in interface OperationFacadeOperationFacade.getTypedArgumentList(String modifier)public int getUpper()
getUpper in interface OperationFacadeOperationFacade.getUpper()public boolean isAbstract()
isAbstract in interface OperationFacadeOperationFacade.isAbstract()public boolean isExceptionsPresent()
isExceptionsPresent in interface OperationFacadeOperationFacade.isExceptionsPresent()public boolean isLeaf()
isLeaf in interface OperationFacadeOperationFacade.isLeaf()public boolean isMany()
isMany in interface OperationFacadeOperationFacade.isMany()public boolean isOrdered()
isOrdered in interface OperationFacadeOperationFacade.isOrdered()public boolean isOverriding()
isOverriding in interface OperationFacadeOperationFacade.isOverriding()public boolean isPostconditionsPresent()
isPostconditionsPresent in interface OperationFacadeOperationFacade.isPostconditionsPresent()public boolean isPreconditionsPresent()
isPreconditionsPresent in interface OperationFacadeOperationFacade.isPreconditionsPresent()public boolean isQuery()
isQuery in interface OperationFacadeOperationFacade.isQuery()public boolean isReturnTypePresent()
isReturnTypePresent in interface OperationFacadeOperationFacade.isReturnTypePresent()public boolean isStatic()
isStatic in interface OperationFacadeOperationFacade.isStatic()public boolean isUnique()
isUnique in interface OperationFacadeOperationFacade.isUnique()public void initialize()
initialize in interface ModelElementFacadeinitialize in class MetafacadeBaseMetafacadeBase.initialize()public Object getValidationOwner()
getValidationOwner in interface ModelElementFacadegetValidationOwner in class MetafacadeBaseMetafacadeBase.getValidationOwner()public String getValidationName()
getValidationName in interface ModelElementFacadegetValidationName in class MetafacadeBaseMetafacadeBase.getValidationName()public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants in interface ModelElementFacadevalidateInvariants in class MetafacadeBasevalidationMessages - CollectionMetafacadeBase.validateInvariants(Collection validationMessages)public String toString()
toString in class MetafacadeBaseObject.toString()Copyright © 2006–2014 AndroMDA.org. All rights reserved.