@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()
Selectable
getLabel
in interface Selectable<BuildTool>
public java.lang.String getDescription()
Selectable
getDescription
in interface Selectable<BuildTool>
public BuildTool getValue()
Selectable
getValue
in interface Selectable<BuildTool>