public class ArgumentInfo extends java.lang.Object implements IArgumentInfo
OPTIONAL_ARGUMENT_NAME
Modifier | Constructor and Description |
---|---|
protected |
ArgumentInfo(java.lang.Class argumentType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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()
IArgumentInfo
getName
in interface IArgumentInfo
public java.lang.String getDisplayName()
getDisplayName
in interface IArgumentInfo
public java.lang.String getDisplayNameKey()
getDisplayNameKey
in interface IArgumentInfo
public java.lang.String getType()
getType
in interface IArgumentInfo
public IClassInfo getClassType()
getClassType
in interface IArgumentInfo
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2008 Actuate Corp. All rights reserved.