public final class Description extends Object
| Constructor and Description |
|---|
Description(String name,
String description,
String defaultValue,
String category)
Create a new Description
|
| Modifier and Type | Method and Description |
|---|---|
String |
category()
Get the category for this property
|
String |
defaultValue()
Get a default value for this property.
|
String |
description()
Get a text description of this property.
|
String |
name()
Get the name of this property
|
public Description(String name, String description, String defaultValue, String category)
name - name of the propertydescription - description of the propertydefaultValue - default value of this propertycategory - category of the property within whatever file defines itpublic final String category()
public final String name()
public final String description()
public final String defaultValue()