public interface MOperationParameterDescription extends MOperationMemberDescription
operation.parameter
association list in a class object in the repository.Modifier and Type | Field and Description |
---|---|
static int |
DIRECTION_IN
In parameter
|
static int |
DIRECTION_INOUT
In and out parameter
|
static int |
DIRECTION_OUT
Out parameter
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue()
Return the default value for this parameter
|
int |
getDirection()
Return the parameter's direction.
|
MClassDescription |
getParameterClassDescription()
Return the class description of this parameter
|
java.lang.String |
getParameterName()
Return the name of the parameter
|
getDeclaringOperationDescription
getProperties, getProperty, getPropertyCount, getPropertyNames, isOK, isOK
static final int DIRECTION_IN
static final int DIRECTION_OUT
static final int DIRECTION_INOUT
java.lang.String getParameterName()
MClassDescription getParameterClassDescription()
java.lang.Object getDefaultValue()
int getDirection()
DIRECTION_IN
,
DIRECTION_OUT
,
DIRECTION_INOUT