public class ArgumentInfo extends java.lang.Object implements IArgumentInfo
OPTIONAL_ARGUMENT_NAME| 限定符 | 构造器和说明 |
|---|---|
protected |
ArgumentInfo(java.lang.Class argumentType)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.Class |
getArgumentClass()
Returns the arguement type in class.
|
IClassInfo |
getClassType()
Returns the class type of this argument.
|
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 script type of this argument.
|
java.lang.String |
toString() |
protected ArgumentInfo(java.lang.Class argumentType)
argumentType - the argument type.protected java.lang.Class getArgumentClass()
public java.lang.String getName()
IArgumentInfogetName 在接口中 IArgumentInfopublic java.lang.String getDisplayName()
getDisplayName 在接口中 IArgumentInfopublic java.lang.String getDisplayNameKey()
getDisplayNameKey 在接口中 IArgumentInfopublic java.lang.String getType()
getType 在接口中 IArgumentInfopublic IClassInfo getClassType()
getClassType 在接口中 IArgumentInfopublic java.lang.String toString()
toString 在类中 java.lang.ObjectCopyright © 2008 Actuate Corp. All rights reserved.