|
||||||||||
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.MemberInfo
public class MemberInfo
Represents the definition of class member. The class member defines the member type besides name, display name ID and tool tip ID.
Constructor Summary | |
---|---|
MemberInfo()
Default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberInfo()
Method Detail |
---|
public java.lang.String getDataType()
IMemberInfo
getDataType
in interface IMemberInfo
protected void setDataType(java.lang.String type)
type
- the script data type to setprotected void setStatic(boolean isStatic)
isStatic
- the flag setpublic boolean isStatic()
isStatic
in interface IMemberInfo
true
if this member is true.public java.lang.String getToolTip()
ILocalizableInfo
getToolTip
in interface ILocalizableInfo
protected 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()
ILocalizableInfo
getToolTipKey
in interface ILocalizableInfo
public java.lang.String getDisplayName()
ILocalizableInfo
getDisplayName
in interface ILocalizableInfo
protected void setDisplayName(java.lang.String displayName)
displayName
- the display valuepublic java.lang.String getDisplayNameKey()
ILocalizableInfo
getDisplayNameKey
in interface ILocalizableInfo
public java.lang.String getName()
ILocalizableInfo
getName
in interface ILocalizableInfo
protected 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()
IMemberInfo
getClassType
in interface IMemberInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |