public class Property extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected PropertyType |
type |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
PropertyType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setType(PropertyType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String key
protected String value
protected PropertyType type
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic PropertyType getType()
PropertyTypepublic void setType(PropertyType value)
value - allowed object is
PropertyTypeCopyright © 2017–2020 Eclipse Foundation. All rights reserved.