public interface Method
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OperationsmodelPackage.getMethod()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getName()
Returns the value of the 'Name' attribute list.
|
org.eclipse.emf.common.util.EList |
getParameters()
Returns the value of the 'Parameters' attribute list.
|
org.eclipse.emf.common.util.EList |
getTooltip()
Returns the value of the 'Tooltip' attribute list.
|
org.eclipse.emf.common.util.EList getName()
String
.
If the meaning of the 'Name' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getMethod_Name()
org.eclipse.emf.common.util.EList getParameters()
String
.
If the meaning of the 'Parameters' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getMethod_Parameters()
org.eclipse.emf.common.util.EList getTooltip()
String
.
If the meaning of the 'Tooltip' attribute list isn't clear, there really should be more of a description here...
OperationsmodelPackage.getMethod_Tooltip()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.