|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArgumentInfo
Represents the definition of argument. The argument definition includes the data type, internal name, and display name.
Field Summary | |
---|---|
static java.lang.String |
OPTIONAL_ARGUMENT_NAME
Argument name for optional argument. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String OPTIONAL_ARGUMENT_NAME
Method Detail |
---|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDisplayNameKey()
java.lang.String getType()
IClassInfo getClassType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |