Uses of Enum Class
org.tquadrat.foundation.config.ap.impl.CodeBuilder.StandardField
Packages that use CodeBuilder.StandardField
Package
Description
The internal implementations.
The builders for the various code fragments that finally make up the
configuration bean.
-
Uses of CodeBuilder.StandardField in org.tquadrat.foundation.config.ap.impl
Methods in org.tquadrat.foundation.config.ap.impl that return CodeBuilder.StandardFieldModifier and TypeMethodDescriptionstatic CodeBuilder.StandardFieldReturns the enum constant of this class with the specified name.static CodeBuilder.StandardField[]CodeBuilder.StandardField.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.config.ap.impl with parameters of type CodeBuilder.StandardFieldModifier and TypeMethodDescriptionCodeBuilder.getField(CodeBuilder.StandardField reference) Returns the specification for a standard field. -
Uses of CodeBuilder.StandardField in org.tquadrat.foundation.config.ap.impl.codebuilders
Fields in org.tquadrat.foundation.config.ap.impl.codebuilders with type parameters of type CodeBuilder.StandardFieldModifier and TypeFieldDescriptionprivate static final Map<CodeBuilder.StandardField, FieldSpec> CodeBuilderBase.m_StandardFieldsThe standard fields.Methods in org.tquadrat.foundation.config.ap.impl.codebuilders with parameters of type CodeBuilder.StandardFieldModifier and TypeMethodDescriptionprotected final voidCodeBuilderBase.addField(CodeBuilder.StandardField reference, FieldSpec field) Adds the given standard field to the new class.final FieldSpecCodeBuilderBase.getField(CodeBuilder.StandardField reference) Returns the specification for a standard field.
