| Constructor and Description |
|---|
Parameter(String name,
String type,
String description,
boolean required,
boolean nillable,
boolean expressionsAllowed,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
String |
getType() |
boolean |
isExpressionsAllowed() |
boolean |
isNillable() |
boolean |
isRequired() |
public String getName()
public String getType()
public boolean isRequired()
public String getDescription()
public boolean isNillable()
public boolean isExpressionsAllowed()
public String getDefaultValue()
Copyright © 2020 JBoss by Red Hat. All rights reserved.