public class ConfigPropertyConfig
extends java.lang.Object
Constructor and Description |
---|
ConfigPropertyConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the config property name.
|
java.lang.Class |
getType()
Gets the config property type.
|
java.lang.Object |
getValue()
Gets the config property default value.
|
void |
setConfigPropertyName(java.lang.String name)
Sets the config property name.
|
void |
setConfigPropertyType(java.lang.Class type)
Sets the config property type.
|
void |
setConfigPropertyValue(java.lang.Object value)
Sets the config property default value.
|
void |
setDescription(java.lang.String description)
Sets the property description.
|
public void setDescription(java.lang.String description)
public void setConfigPropertyName(java.lang.String name)
public java.lang.String getName()
public void setConfigPropertyType(java.lang.Class type)
public java.lang.Class getType()
public void setConfigPropertyValue(java.lang.Object value)
public java.lang.Object getValue()