public class Property extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Property.Type |
| Constructor and Description |
|---|
Property() |
Property(String name,
String value,
boolean allowEmpty) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Property.Type |
getType() |
String |
getValue() |
boolean |
isAllowEmpty() |
void |
setAllowEmpty(boolean allowEmpty) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public boolean isAllowEmpty()
public void setAllowEmpty(boolean allowEmpty)
public Property.Type getType()
public void setType(String type)
Copyright © 2022 Perfana. All rights reserved.