public interface IArgumentInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPTIONAL_ARGUMENT_NAME
Argument name for optional argument.
|
Modifier and Type | Method and Description |
---|---|
IClassInfo |
getClassType()
Returns the argument type in Class.
|
java.lang.String |
getDisplayName()
Returns the display name for the property if the resource key of display
name is defined.
|
java.lang.String |
getDisplayNameKey()
Returns the resource key for the display name.
|
java.lang.String |
getName()
Returns the internal name for the argument.
|
java.lang.String |
getType()
Returns the argument type in string.
|
static final java.lang.String OPTIONAL_ARGUMENT_NAME
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDisplayNameKey()
java.lang.String getType()
IClassInfo getClassType()
Copyright © 2008 Actuate Corp. All rights reserved.