public final class SettingGroup
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SettingGroup()
Prevent individual instantiation
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get group description.
|
Setting |
getSetting(java.lang.String title)
Retrieves a single
Setting identifed by the
specified title. |
java.util.List<Setting> |
getSettings()
Get the list of single settings in the SettingGroup.
|
java.lang.String |
getTitle()
Get group title.
|
public java.lang.String getTitle()
null
if there is no titlepublic java.lang.String getDescription()
null
if there is no descriptionpublic java.util.List<Setting> getSettings()
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.