public class MParameter extends MAnnotationElement
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTION_IN
The constant for direction in.
|
static String |
DIRECTION_INOUT
The constant for direction inout.
|
static String |
DIRECTION_OUT
The constant for direction out.
|
Constructor and Description |
---|
MParameter()
Create a new parameter.
|
MParameter(String direction,
Class clazz,
String name,
IParsedExpression initialval)
Create a new parameter.
|
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Get the clazz.
|
String |
getDirection()
Get the direction.
|
IParsedExpression |
getInitialValue()
Get the initialval.
|
String |
getName()
Get the name.
|
void |
setClazz(Class clazz)
Set the clazz.
|
void |
setDirection(String direction)
Set the direction.
|
void |
setInitialValue(IParsedExpression initialval)
Set the initial value.
|
void |
setName(String name)
Set the name.
|
String |
toString()
Get the string representation.
|
addAnnotation, getAnnotations
getId, setId
public static String DIRECTION_IN
public static String DIRECTION_OUT
public static String DIRECTION_INOUT
public MParameter()
public MParameter(String direction, Class clazz, String name, IParsedExpression initialval)
public String getDirection()
public void setDirection(String direction)
direction
- The direction to set.public Class getClazz()
public void setClazz(Class clazz)
clazz
- The clazz to set.public String getName()
public void setName(String name)
name
- The name to set.public IParsedExpression getInitialValue()
public void setInitialValue(IParsedExpression initialval)
initialval
- The initial value to set.Copyright © 2012. All Rights Reserved.