public class MemberInfo extends java.lang.Object implements IMemberInfo
| 构造器和说明 |
|---|
MemberInfo()
Default constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IClassInfo |
getClassType()
Returns the member type in Class.
|
java.lang.String |
getDataType()
Returns the script data type of this member.
|
java.lang.String |
getDisplayName()
Returns the display name if the resource key of display name is
available.
|
java.lang.String |
getDisplayNameKey()
Returns the resource key for display name.
|
java.lang.String |
getName()
Returns the definition name.
|
java.lang.String |
getToolTip()
Returns the tool tip if the resource key of tool tip is
available.
|
java.lang.String |
getToolTipKey()
Returns the resource key for tool tip.
|
boolean |
isStatic()
Returns whether this member is static.
|
protected void |
setDataType(java.lang.String type)
Sets the script data type of this member.
|
protected void |
setDisplayName(java.lang.String displayName)
Sets the display name.
|
protected void |
setDisplayNameKey(java.lang.String displayNameKey)
Sets the resource key for display name.
|
protected void |
setName(java.lang.String name)
Sets the definition name.
|
protected void |
setStatic(boolean isStatic)
Sets whether this member is static.
|
protected void |
setToolTip(java.lang.String toolTip)
Sets the display string for the tool tip of this method.
|
protected void |
setToolTipKey(java.lang.String toolTipKey)
Sets the resource key for tool tip.
|
public java.lang.String getDataType()
IMemberInfogetDataType 在接口中 IMemberInfoprotected void setDataType(java.lang.String type)
type - the script data type to setprotected void setStatic(boolean isStatic)
isStatic - the flag setpublic boolean isStatic()
isStatic 在接口中 IMemberInfotrue if this member is true.public java.lang.String getToolTip()
ILocalizableInfogetToolTip 在接口中 ILocalizableInfoprotected void setToolTip(java.lang.String toolTip)
toolTip - the user-visible, localized display name for the tool tip of
this method.public java.lang.String getToolTipKey()
ILocalizableInfogetToolTipKey 在接口中 ILocalizableInfopublic java.lang.String getDisplayName()
ILocalizableInfogetDisplayName 在接口中 ILocalizableInfoprotected void setDisplayName(java.lang.String displayName)
displayName - the display valuepublic java.lang.String getDisplayNameKey()
ILocalizableInfogetDisplayNameKey 在接口中 ILocalizableInfopublic java.lang.String getName()
ILocalizableInfogetName 在接口中 ILocalizableInfoprotected void setDisplayNameKey(java.lang.String displayNameKey)
displayNameKey - the resource key to setprotected void setName(java.lang.String name)
name - the name to setprotected void setToolTipKey(java.lang.String toolTipKey)
toolTipKey - the resource key to setpublic IClassInfo getClassType()
IMemberInfogetClassType 在接口中 IMemberInfoCopyright © 2008 Actuate Corp. All rights reserved.