| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanProp
The BeanProp class is the internal representation of a schema2beans property.
|
class |
ReflectiveBeanProp
A BeanProp that works using reflection.
|
| Modifier and Type | Method and Description |
|---|---|
BaseProperty[] |
BeanProp.getChoiceProperties() |
BaseProperty[] |
BaseProperty.getChoiceProperties()
If this property is a choice property, returns all other choice
properties associated to this one (including this one).
|
BaseProperty |
Bean.getProperty() |
BaseProperty |
BaseBean.getProperty()
Return the BaseProperty object for the current bean
|
BaseProperty |
Bean.getProperty(String propName) |
BaseProperty |
BaseBean.getProperty(String propName)
Return the BaseProperty object for the specified property
|
BaseProperty[] |
BaseBean.listChoiceProperties(String name)
If the property name is a choice property, returns the list of
all the properties associated to this property (this one included).
|
BaseProperty[] |
Bean.listProperties() |
BaseProperty[] |
BaseBean.listProperties()
Return the list of the properties
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.