Package io.adminshell.aas.v3.model.impl
Class DefaultFormula.Builder
- java.lang.Object
-
- io.adminshell.aas.v3.model.builder.AbstractBuilder<T>
-
- io.adminshell.aas.v3.model.builder.ExtendableBuilder<T,B>
-
- io.adminshell.aas.v3.model.builder.FormulaBuilder<DefaultFormula,DefaultFormula.Builder>
-
- io.adminshell.aas.v3.model.impl.DefaultFormula.Builder
-
- All Implemented Interfaces:
Builder<DefaultFormula>
- Enclosing class:
- DefaultFormula
public static class DefaultFormula.Builder extends FormulaBuilder<DefaultFormula,DefaultFormula.Builder>
This builder class can be used to construct a DefaultFormula bean.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DefaultFormula.BuildergetSelf()protected DefaultFormulanewBuildingInstance()-
Methods inherited from class io.adminshell.aas.v3.model.builder.FormulaBuilder
dependsOn, dependsOns
-
Methods inherited from class io.adminshell.aas.v3.model.builder.AbstractBuilder
build, getBuildingInstance
-
-
-
-
Method Detail
-
getSelf
protected DefaultFormula.Builder getSelf()
- Specified by:
getSelfin classExtendableBuilder<DefaultFormula,DefaultFormula.Builder>
-
newBuildingInstance
protected DefaultFormula newBuildingInstance()
- Specified by:
newBuildingInstancein classAbstractBuilder<DefaultFormula>
-
-