public class ConfigurationMetadataProperty
extends java.lang.Object
implements java.io.Serializable
id which is composed of a namespace prefix (the
group id), if any and the name of the property.| Constructor and Description |
|---|
ConfigurationMetadataProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue()
The default value, if any.
|
Deprecation |
getDeprecation()
The
Deprecation for this property, if any. |
java.lang.String |
getDescription()
A description of the property, if any.
|
Hints |
getHints()
Return the hints of this item.
|
java.lang.String |
getId()
The full identifier of the property, in lowercase dashed form (e.g.
|
java.lang.String |
getName()
The name of the property, in lowercase dashed form (e.g.
|
java.lang.String |
getShortDescription()
A single-line, single-sentence description of this property, if any.
|
java.lang.String |
getType()
The class name of the data type of the property.
|
boolean |
isDeprecated()
Specify if the property is deprecated.
|
void |
setDefaultValue(java.lang.Object defaultValue) |
void |
setDeprecation(Deprecation deprecation) |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
void |
setShortDescription(java.lang.String shortDescription) |
void |
setType(java.lang.String type) |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
java.lang.String.
For consistency, the type of a primitive is specified using its wrapper
counterpart, i.e. boolean becomes java.lang.Boolean. If the type
holds generic information, these are provided as well, i.e. a HashMap of
String to Integer would be defined as java.util.HashMap
<java.lang.String,java.lang.Integer>.
Note that this class may be a complex type that gets converted from a String as values are bound.
public void setType(java.lang.String type)
public java.lang.String getDescription()
getShortDescription()public void setDescription(java.lang.String description)
public java.lang.String getShortDescription()
getDescription()public void setShortDescription(java.lang.String shortDescription)
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object defaultValue)
public Hints getHints()
public Deprecation getDeprecation()
Deprecation for this property, if any.isDeprecated()public void setDeprecation(Deprecation deprecation)
public boolean isDeprecated()
getDeprecation()