public class BeanInfoNode extends Object implements Comparable<BeanInfoNode>
| Modifier and Type | Field and Description |
|---|---|
protected static int |
PRIMARY |
protected static int |
SECONDARY |
| Constructor and Description |
|---|
BeanInfoNode(IType type) |
BeanInfoNode(IType type,
String strDisplayName) |
BeanInfoNode(String strDisplayName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BeanInfoNode o) |
String |
getDisplayName() |
IFeatureInfo |
getFeatureInfo() |
String |
getName() |
String |
getPathComponent(boolean bFeatureLiteralCompletion) |
IType |
getType() |
static String |
getTypeName(IType type) |
protected int |
getTypePriority() |
String |
getValue() |
void |
setDisplayName(String strDisplayName) |
void |
setValue(String strValue) |
protected static final int PRIMARY
protected static final int SECONDARY
public BeanInfoNode(IType type)
public BeanInfoNode(String strDisplayName)
public IType getType()
public String getDisplayName()
public void setDisplayName(String strDisplayName)
public String getName()
public String getValue()
public void setValue(String strValue)
public IFeatureInfo getFeatureInfo()
public String getPathComponent(boolean bFeatureLiteralCompletion)
protected int getTypePriority()
public int compareTo(BeanInfoNode o)
compareTo in interface Comparable<BeanInfoNode>Copyright © 2020. All rights reserved.