public class DefaultConfigurationElement extends Object implements ConfigurationElement
| Constructor and Description |
|---|
DefaultConfigurationElement(String key,
String type,
String defaultValue,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getType() |
public String getKey()
getKey in interface ConfigurationElementpublic String getType()
getType in interface ConfigurationElementpublic String getDefaultValue()
getDefaultValue in interface ConfigurationElementpublic String getName()
getName in interface ConfigurationElementpublic String getDescription()
getDescription in interface ConfigurationElementCopyright © 2018 Blazebit. All Rights Reserved.