Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
java.lang.Object
io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- All Implemented Interfaces:
Prototype.Api,OptionAllowedValue
- Enclosing class:
OptionAllowedValue.BuilderBase<BUILDER extends OptionAllowedValue.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionAllowedValue>
protected static class OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
extends Object
implements OptionAllowedValue
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.builder.codegen.OptionAllowedValue
OptionAllowedValue.Builder, OptionAllowedValue.BuilderBase<BUILDER extends OptionAllowedValue.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionAllowedValue> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOptionAllowedValueImpl(OptionAllowedValue.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
OptionAllowedValueImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
value
Description copied from interface:OptionAllowedValueValue, such as a string constant or enum value.- Specified by:
valuein interfaceOptionAllowedValue- Returns:
- value that is allowed
-
description
Description copied from interface:OptionAllowedValueDescription of this value.- Specified by:
descriptionin interfaceOptionAllowedValue- Returns:
- value description
-
toString
-
equals
-
hashCode
public int hashCode()
-