public interface Verb
extends org.eclipse.emf.ecore.EObject
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getVerb()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
org.eclipse.emf.common.util.EList |
getParameter()
Returns the value of the 'Parameter' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getParameter()
Parameter
.
If the meaning of the 'Parameter' attribute list isn't clear, there really should be more of a description here...
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getVerb_Parameter()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getVerb_Name()