public class DocumentSpecificSettingsCollection extends ReadOnlyListBase<IDocumentSpecificSettings>
| Constructor and Description |
|---|
DocumentSpecificSettingsCollection(IDocumentSpecificSettings... settings) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IDocumentSpecificSettings> |
get(Class<T> type)
Gets settings of particular type.
|
<T extends IDocumentSpecificSettings> |
getNotNull(Class<T> type)
Gets settings of particular type or creates new if not found.
|
addInternally, contains, get_Item, getCount, getInnerList, indexOf, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DocumentSpecificSettingsCollection(IDocumentSpecificSettings... settings)
public final <T extends IDocumentSpecificSettings> T get(Class<T> type)
Gets settings of particular type.
T: The type of settings.
public final <T extends IDocumentSpecificSettings> T getNotNull(Class<T> type)
Gets settings of particular type or creates new if not found.
T: The type of settings.
Copyright © 2026. All rights reserved.