public class SettingDefinitionGroup extends AbstractOrdered
| Constructor and Description |
|---|
SettingDefinitionGroup() |
SettingDefinitionGroup(String title) |
SettingDefinitionGroup(String title,
float order) |
SettingDefinitionGroup(String title,
String description) |
SettingDefinitionGroup(String title,
String description,
float order) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
protected String |
getSuborder() |
String |
getTitle() |
boolean |
hasDescription() |
int |
hashCode() |
protected boolean |
hasStringProperty(String s)
Checks if the parameter is not null and not empty.
|
boolean |
hasTitle() |
boolean |
isShowInDefaultSettings()
Should this group be displayed in default settings
|
void |
setDescription(String description)
Sets the description for this group.
|
void |
setShowInDefaultSettings(boolean show)
Set if this settings group should be displayed in default settings
|
void |
setTitle(String title)
Sets the title of this group.
|
String |
toString() |
compareTo, getOrder, setOrderpublic SettingDefinitionGroup(String title, float order)
public SettingDefinitionGroup(String title)
public SettingDefinitionGroup()
public String getTitle()
public void setTitle(String title)
title - the titlepublic boolean hasTitle()
public String getDescription()
public void setDescription(String description)
description - the descriptionpublic boolean hasDescription()
public void setShowInDefaultSettings(boolean show)
show - Display in default settingspublic boolean isShowInDefaultSettings()
true, if this group should be displayed in default settingsprotected boolean hasStringProperty(String s)
s - the string to testpublic int hashCode()
hashCode in class AbstractOrderedpublic boolean equals(Object obj)
equals in class AbstractOrderedprotected String getSuborder()
getSuborder in class AbstractOrderedCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.