Package org.polkadot.api.derive
Class Index.DeriveCustom
- java.lang.Object
-
- org.polkadot.api.derive.Index.DeriveCustom
-
- All Implemented Interfaces:
IModule<Index.DeriveCustomSection>
- Enclosing class:
- Index
public static class Index.DeriveCustom extends java.lang.Object implements IModule<Index.DeriveCustomSection>
-
-
Constructor Summary
Constructors Constructor Description DeriveCustom()
-
Method Summary
Modifier and Type Method Description voidaddSection(java.lang.String sectionName, Index.DeriveCustomSection section)Index.DeriveCustomSectionsection(java.lang.String section)java.util.Set<java.lang.String>sectionNames()
-
-
-
Method Detail
-
section
public Index.DeriveCustomSection section(java.lang.String section)
- Specified by:
sectionin interfaceIModule<Index.DeriveCustomSection>
-
sectionNames
public java.util.Set<java.lang.String> sectionNames()
- Specified by:
sectionNamesin interfaceIModule<Index.DeriveCustomSection>
-
addSection
public void addSection(java.lang.String sectionName, Index.DeriveCustomSection section)- Specified by:
addSectionin interfaceIModule<Index.DeriveCustomSection>
-
-