public class Property extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getValue() |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setValue(String value) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.