|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
A representation of the model object 'Parameter'. A description of a parameter defines data inputs/outputs from a custom action during custom action execution
The following features are supported:
ModelPackage.getParameter()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
int |
getLength()
Returns the value of the 'Length' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getParameterId()
Returns the value of the 'Parameter Id' attribute. |
VariableType |
getType()
Returns the value of the 'Type' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getParameterId()
ModelPackage.getParameter_ParameterId()java.lang.String getName()
ModelPackage.getParameter_Name()java.lang.String getDescription()
ModelPackage.getParameter_Description()VariableType getType()
VariableType.
The object type that the parameter value represents
parameter type
VariableType,
ModelPackage.getParameter_Type()int getLength()
The length attribute only applies when the type of the parameter
is String. The length attribute denotes the maximum
length of the string value that is allowed for the parameter
ModelPackage.getParameter_Length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||