public class RequiredProperty extends Object implements Serializable
| Constructor and Description |
|---|
RequiredProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Get default value of the property.
|
String |
getKey()
Get key value of the property.
|
void |
setDefaultValue(String defaultValue)
Set default value of the property.
|
void |
setKey(String key)
Set key value of the property.
|
public String getDefaultValue()
public String getKey()
public void setDefaultValue(String defaultValue)
defaultValue - public void setKey(String key)
key - Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.