public class RequiredProperty
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RequiredProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue()
Get default value of the property.
|
java.lang.String |
getKey()
Get key value of the property.
|
java.lang.String |
getValidationRegex()
Get a regular expression used to validate the property.
|
void |
setDefaultValue(java.lang.String defaultValue)
Set default value of the property.
|
void |
setKey(java.lang.String key)
Set key value of the property.
|
void |
setValidationRegex(java.lang.String validationRegex)
Set a regular expression used to validate the property.
|
public java.lang.String getDefaultValue()
public java.lang.String getKey()
public java.lang.String getValidationRegex()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- public void setKey(java.lang.String key)
key
- public void setValidationRegex(java.lang.String validationRegex)
validationRegex
- Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.