public static class ManagedBeanInfo.ManagedProperty extends Object
Constructor and Description |
---|
ManagedProperty(String propertyName,
String propertyClass,
String propertyValue,
ManagedBeanInfo.MapEntry mapEntry,
ManagedBeanInfo.ListEntry listEntry) |
ManagedProperty(String propertyAlias,
String propertyName,
String propertyClass,
String propertyValue,
ManagedBeanInfo.MapEntry mapEntry,
ManagedBeanInfo.ListEntry listEntry) |
Modifier and Type | Method and Description |
---|---|
ManagedBeanInfo.ListEntry |
getListEntry() |
ManagedBeanInfo.MapEntry |
getMapEntry() |
String |
getPropertyAlias() |
String |
getPropertyClass() |
String |
getPropertyName() |
String |
getPropertyValue() |
boolean |
hasListEntry() |
boolean |
hasMapEntry() |
boolean |
hasPropertyValue() |
public ManagedProperty(String propertyName, String propertyClass, String propertyValue, ManagedBeanInfo.MapEntry mapEntry, ManagedBeanInfo.ListEntry listEntry)
public ManagedProperty(String propertyAlias, String propertyName, String propertyClass, String propertyValue, ManagedBeanInfo.MapEntry mapEntry, ManagedBeanInfo.ListEntry listEntry)
public String getPropertyAlias()
public String getPropertyName()
public String getPropertyClass()
public boolean hasPropertyValue()
public String getPropertyValue()
public boolean hasMapEntry()
public ManagedBeanInfo.MapEntry getMapEntry()
public boolean hasListEntry()
public ManagedBeanInfo.ListEntry getListEntry()
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.