| java.lang.Object org.andromda.cartridges.meta.metafacades.MethodData
All known Subclasses: org.andromda.cartridges.meta.metafacades.UMLOperationData,
buildCharacteristicKey | public String buildCharacteristicKey()(Code) | | Builds a signature which can be used as a key into a map. Consists of the return type, the name and the f.q.
types of the arguements.
String the key that identifies this method |
buildMethodCall | public String buildMethodCall()(Code) | | Builds a string representing a call to the method.
String how a call would look like |
buildMethodDeclaration | public String buildMethodDeclaration(boolean suppressAbstractDeclaration)(Code) | | Builds a string representing a declaration for this method.
Parameters: suppressAbstractDeclaration - optionally suppress the "abstract" modifier String the declaration |
getDocumentation | public String getDocumentation()(Code) | | Gets the documentation for this method.
the documentation. |
getMetafacadeName | public String getMetafacadeName()(Code) | | Gets the metafacade name.
the name of the metafacade |
getName | public String getName()(Code) | | Gets the name of the method.
the name. |
getReturnTypeName | public String getReturnTypeName()(Code) | | Gets the name of the return type for this method.
the return type name. |
getVisibility | public String getVisibility()(Code) | | Gets the visibility of this method.
the visibility. |
isAbstract | public boolean isAbstract()(Code) | | Indicates whether or not this method is abstract.
true/false |
isReturnTypePresent | public boolean isReturnTypePresent()(Code) | | Tells if this method returns something.
boolean |
|
|