public static class Types.Derive<ApplyResult> extends java.lang.Object implements IModule<Types.DeriveSection>
Constructor and Description |
---|
Derive() |
Modifier and Type | Method and Description |
---|---|
void |
addSection(java.lang.String sectionName,
Types.DeriveSection section) |
Types.DeriveSection<ApplyResult> |
section(java.lang.String section) |
java.util.Set<java.lang.String> |
sectionNames() |
public Types.DeriveSection<ApplyResult> section(java.lang.String section)
section
in interface IModule<Types.DeriveSection>
public java.util.Set<java.lang.String> sectionNames()
sectionNames
in interface IModule<Types.DeriveSection>
public void addSection(java.lang.String sectionName, Types.DeriveSection section)
addSection
in interface IModule<Types.DeriveSection>