java.lang.Object
io.helidon.codegen.classmodel.EnumConstant
Field model representation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAccess modifier of this component.List of annotations on this component.static EnumConstant.Builderbuilder()Create newEnumConstant.Builderinstance.Description (javadoc) of this component.booleaninthashCode()name()Name of this component.toString()typeName()Type name of this component.
-
Method Details
-
builder
Create newEnumConstant.Builderinstance.- Returns:
- new builder instance
-
equals
-
hashCode
public int hashCode() -
toString
-
annotations
List of annotations on this component.- Returns:
- annotations
-
name
Name of this component.- Returns:
- component name
-
accessModifier
Access modifier of this component.- Returns:
- access modifier
-
description
Description (javadoc) of this component.- Returns:
- description lines
-
typeName
Type name of this component.- Returns:
- type name
-