public class MemberInfo extends java.lang.Object implements IMemberInfo
Modifier | Constructor and Description |
---|---|
protected |
MemberInfo(java.lang.reflect.Field field) |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2008 Actuate Corp. All rights reserved.