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