public interface JavaEEPropertyBean
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getName() | The name of the property. | 
| java.lang.String | getValue() | The value of the property. | 
| void | setName(java.lang.String name) | |
| void | setValue(java.lang.String value) |