public class PropertyNode extends BeanInfoNode
PRIMARY, SECONDARY| Constructor and Description |
|---|
PropertyNode(ITypeInfo owner,
IPropertyInfo descriptor,
boolean arrayicize,
IType whosaskin) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
IFeatureInfo |
getFeatureInfo() |
String |
getName() |
IPropertyInfo |
getPropertyDescriptor() |
String |
getValue() |
boolean |
isVirtual() |
void |
setValue(String strValue) |
void |
setVirtual(boolean bVirtual) |
compareTo, getPathComponent, getType, getTypeName, getTypePriority, setDisplayNamepublic PropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin)
descriptor - arrayicize - whosaskin - public void setVirtual(boolean bVirtual)
public boolean isVirtual()
public String getDisplayName()
getDisplayName in class BeanInfoNodepublic String getName()
getName in class BeanInfoNodepublic IFeatureInfo getFeatureInfo()
getFeatureInfo in class BeanInfoNodepublic String getValue()
getValue in class BeanInfoNodepublic void setValue(String strValue)
setValue in class BeanInfoNodepublic IPropertyInfo getPropertyDescriptor()
Copyright © 2022. All rights reserved.