|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.metadata.ArgumentInfo
public class ArgumentInfo
Represents the definition of argument. The argument definition includes the data type, internal name, and display name.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.birt.report.model.api.metadata.IArgumentInfo |
|---|
OPTIONAL_ARGUMENT_NAME |
| Constructor Summary | |
|---|---|
ArgumentInfo()
|
|
| Method Summary | |
|---|---|
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. |
protected void |
setDisplayNameKey(java.lang.String id)
Sets the message ID for the display name. |
protected void |
setName(java.lang.String theName)
Sets the internal name of the property. |
protected void |
setType(java.lang.String type)
Sets the script type of this argument. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentInfo()
| Method Detail |
|---|
public java.lang.String getName()
IArgumentInfo
getName in interface IArgumentInfopublic java.lang.String getDisplayName()
getDisplayName in interface IArgumentInfoprotected void setName(java.lang.String theName)
theName - the internal property namepublic java.lang.String getDisplayNameKey()
getDisplayNameKey in interface IArgumentInfoprotected void setDisplayNameKey(java.lang.String id)
id - message ID for the display namepublic java.lang.String getType()
getType in interface IArgumentInfopublic IClassInfo getClassType()
getClassType in interface IArgumentInfoprotected void setType(java.lang.String type)
type - the script type to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||