| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Class and Description |
|---|---|
class |
AttrProp
This class hold the information about a property attribute.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAttribute[] |
BeanProp.getAttributes()
Misc: convert the ArrayList into an array of AttrProp
|
BaseAttribute[] |
BaseProperty.getAttributes()
If the property has an attribute, return all the attributes
definitions, as a list of BaseAttribute interfaces.
|
BaseAttribute[] |
BaseBean.listAttributes()
Return the list of all known attribute names for the current bean
|
BaseAttribute[] |
BaseBean.listAttributes(String propName)
Return the list of all known attribute names for this property
(even if they are not set).
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.