public class PropertyType extends Object implements IModuleObject
| Constructor and Description |
|---|
PropertyType() |
PropertyType(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get name of the property.
|
String |
getValue()
Get property value.
|
void |
setName(String name)
Set name of the property.
|
void |
setValue(String value)
Set property value.
|
public String getName()
public void setName(String name)
name - of the property.public String getValue()
public void setValue(String value)
value - of the property.Copyright © 2018–2020 ODPi. All rights reserved.