@Introspected public class TestFrameworkDTO extends Linkable implements io.micronaut.core.naming.Named, io.micronaut.core.naming.Described, Selectable<TestFramework>
TestFramework
.Constructor and Description |
---|
TestFrameworkDTO(TestFramework testFramework) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The Description
|
java.lang.String |
getLabel()
The Label
|
java.lang.String |
getName() |
TestFramework |
getValue()
The Underlying Value represented by the Option
|
public TestFrameworkDTO(TestFramework testFramework)
testFramework
- The testFrameworkpublic java.lang.String getDescription()
Selectable
getDescription
in interface io.micronaut.core.naming.Described
getDescription
in interface Selectable<TestFramework>
@NonNull public java.lang.String getName()
getName
in interface io.micronaut.core.naming.Named
@NonNull public TestFramework getValue()
Selectable
getValue
in interface Selectable<TestFramework>
public java.lang.String getLabel()
Selectable
getLabel
in interface Selectable<TestFramework>