public class Property extends Object
| Constructor and Description |
|---|
Property() |
Property(String name,
String value,
boolean allowEmpty) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
isAllowEmpty() |
void |
setAllowEmpty(boolean allowEmpty) |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2017 Internet Item. All rights reserved.