public class ParameterMetaInfo extends Object
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 |
---|
ParameterMetaInfo(String direction,
Class clazz,
String name,
String initialval,
String description)
Create a new parameter meta info.
|
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Get the clazz.
|
String |
getDescription()
Get the description.
|
String |
getDirection()
Get the direction.
|
String |
getInitialValue()
Get the initialval.
|
String |
getName()
Get the name.
|
String |
toString()
Get the string representation.
|
public static String DIRECTION_IN
public static String DIRECTION_OUT
public static String DIRECTION_INOUT
public String getDirection()
public Class getClazz()
public String getName()
public String getInitialValue()
public String getDescription()
Copyright © 2012. All Rights Reserved.