public class Input extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Input.Builder |
static class |
Input.FluentBuilder<P extends AbstractBuilder> |
| Modifier and Type | Method and Description |
|---|---|
static Input.Builder |
builder() |
static <P extends AbstractBuilder> |
fluentBuilder(P parentBuilder,
Consumer<Input> inputConsumer) |
String |
getDescription() |
Expression |
getExpression() |
String |
getName() |
ValueType |
getType() |
public String getName()
public String getDescription()
public ValueType getType()
public Expression getExpression()
public static <P extends AbstractBuilder> Input.FluentBuilder<P> fluentBuilder(P parentBuilder, Consumer<Input> inputConsumer)
public static Input.Builder builder()
Copyright © 2018 Power Flows. All rights reserved.