@Introspected public class BuildToolDTO extends java.lang.Object implements Selectable<BuildTool>
BuildTool.| Constructor and Description |
|---|
BuildToolDTO(BuildTool buildTool) |
BuildToolDTO(BuildTool buildTool,
io.micronaut.context.MessageSource messageSource,
io.micronaut.context.MessageSource.MessageContext messageContext) |
BuildToolDTO(BuildTool value,
java.lang.String label,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The Description
|
java.lang.String |
getLabel()
The Label
|
BuildTool |
getValue()
The Underlying Value represented by the Option
|
public BuildToolDTO(BuildTool buildTool)
@Internal public BuildToolDTO(BuildTool buildTool, io.micronaut.context.MessageSource messageSource, io.micronaut.context.MessageSource.MessageContext messageContext)
@Creator public BuildToolDTO(BuildTool value, java.lang.String label, java.lang.String description)
public java.lang.String getLabel()
SelectablegetLabel in interface Selectable<BuildTool>public java.lang.String getDescription()
SelectablegetDescription in interface Selectable<BuildTool>public BuildTool getValue()
SelectablegetValue in interface Selectable<BuildTool>