public class AbstractDynamicCommand.DynamicOption extends Object
| Constructor and Description |
|---|
DynamicOption(String name,
boolean required,
boolean hasValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getName() |
boolean |
hasValue() |
boolean |
isRequired() |
void |
setDefaultValue(String defaultValue) |
public DynamicOption(String name, boolean required, boolean hasValue)
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.