public interface IEditorParameterMetaInfo
Modifier and Type | Field and Description |
---|---|
static String |
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
The implementing getClazz() method name
|
static String |
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
The implementing getDescription() method name
|
static String |
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
The implementing getDirection() method name
|
static String |
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
The implementing getInitialValue() method name
|
static String |
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
The implementing getName() method name
|
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.
|
static final String METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION
static final String METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ
static final String METHOD_IJADEXPARAMETERMETAINFO_GET_NAME
static final String METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE
static final String METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION
String getDirection()
Class<?> getClazz()
String getName()
String getInitialValue()
String getDescription()
Copyright © 2012. All Rights Reserved.