public interface ParameterFluent<A extends ParameterFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getFrom() |
String |
getGenerate() |
String |
getName() |
String |
getValue() |
Boolean |
hasDescription() |
Boolean |
hasDisplayName() |
Boolean |
hasFrom() |
Boolean |
hasGenerate() |
Boolean |
hasName() |
Boolean |
hasRequired() |
Boolean |
hasValue() |
Boolean |
isRequired() |
A |
withDescription(String description) |
A |
withDisplayName(String displayName) |
A |
withFrom(String from) |
A |
withGenerate(String generate) |
A |
withName(String name) |
A |
withRequired(Boolean required) |
A |
withValue(String value) |
String getDescription()
Boolean hasDescription()
String getDisplayName()
Boolean hasDisplayName()
String getFrom()
Boolean hasFrom()
String getGenerate()
Boolean hasGenerate()
String getName()
Boolean hasName()
Boolean isRequired()
Boolean hasRequired()
String getValue()
Boolean hasValue()
Copyright © 2011–2017 Red Hat. All rights reserved.