Package | Description |
---|---|
com.solibri.smc.api.settings |
Modifier and Type | Class and Description |
---|---|
class |
BooleanSetting
The intended base class for Boolean valued custom settings.
|
class |
DoubleSetting
The intended base class for Double valued custom settings.
|
class |
IntegerSetting
The intended base class for Integer valued custom settings.
|
class |
PasswordSetting
The intended base class for String valued custom settings that are passwords or other secrets.
|
class |
StringSetting
The intended base class for String valued custom settings.
|
Modifier and Type | Method and Description |
---|---|
<T extends Setting<?>> |
Settings.getSetting(Class<T> setting) |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Setting<?>>> |
SettingGroup.getSettings()
Returns the classes of the individual custom settings included in this group.
|
Copyright © 2020 Solibri, Inc.. All rights reserved.