|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.scripts.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 | |
---|---|
protected |
MemberInfo(java.lang.reflect.Field field)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MemberInfo(java.lang.reflect.Field field)
Method Detail |
---|
public java.lang.String getDataType()
IMemberInfo
getDataType
in interface IMemberInfo
public boolean isStatic()
isStatic
in interface IMemberInfo
true
if this member is true.public java.lang.String getToolTip()
ILocalizableInfo
getToolTip
in interface ILocalizableInfo
public java.lang.String getToolTipKey()
ILocalizableInfo
getToolTipKey
in interface ILocalizableInfo
public java.lang.String getDisplayName()
ILocalizableInfo
getDisplayName
in interface ILocalizableInfo
public java.lang.String getDisplayNameKey()
ILocalizableInfo
getDisplayNameKey
in interface ILocalizableInfo
public java.lang.String getName()
ILocalizableInfo
getName
in interface ILocalizableInfo
public IClassInfo getClassType()
IMemberInfo
getClassType
in interface IMemberInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |