public class ConfigGroup extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected boolean |
userExpandable |
Constructor and Description |
---|
ConfigGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the ConfigGroup.
|
String |
getName()
Returns the name of the ConfigGroup.
|
boolean |
isUserExpandable()
Returns the userExpandable of the ConfigGroup.
|
ConfigGroup |
setDescription(String description)
Sets the description of the ConfigGroup.
|
ConfigGroup |
setName(String name)
Sets the name of the ConfigGroup.
|
ConfigGroup |
setUserExpandable(boolean userExpandable)
Sets the userExpandable of the ConfigGroup.
|
protected String name
protected boolean userExpandable
protected String description
public String getDescription()
public String getName()
public boolean isUserExpandable()
public ConfigGroup setDescription(String description)
description
- a String containing the description to setpublic ConfigGroup setName(String name)
name
- a String containing the name to setpublic ConfigGroup setUserExpandable(boolean userExpandable)
userExpandable
- a boolean value for userExpandable