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 | Field and Description |
|---|---|
static String |
DEFAULT_NAME_ALIAS |
| Modifier and Type | Method and Description |
|---|---|
static Input.Builder |
builder() |
static <P extends AbstractBuilder> |
fluentBuilder(P parentBuilder,
Consumer<Input> inputConsumer) |
String |
getDescription() |
EvaluationMode |
getEvaluationMode() |
Expression |
getExpression() |
String |
getName() |
String |
getNameAlias() |
ValueType |
getType() |
public static final String DEFAULT_NAME_ALIAS
public String getName()
public String getNameAlias()
public String getDescription()
public ValueType getType()
public Expression getExpression()
public EvaluationMode getEvaluationMode()
public static <P extends AbstractBuilder> Input.FluentBuilder<P> fluentBuilder(P parentBuilder, Consumer<Input> inputConsumer)
public static Input.Builder builder()
Copyright © 2019 Power Flows. All rights reserved.