Interface GeneratedTypeBuilder
- All Superinterfaces:
AnnotableTypeBuilder,GeneratedTypeBuilderBase<GeneratedTypeBuilder>,org.opendaylight.yangtools.concepts.Identifiable<JavaTypeName>,Type
Generated Type Builder interface is helper interface for building and
defining the GeneratedType.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NonNull GeneratedTypebuild()Returns thenewimmutable instance of Generated Type.Methods inherited from interface org.opendaylight.mdsal.binding.model.api.type.builder.AnnotableTypeBuilder
addAnnotation, addAnnotationMethods inherited from interface org.opendaylight.mdsal.binding.model.api.type.builder.GeneratedTypeBuilderBase
addComment, addConstant, addEnclosingTransferObject, addEnumeration, addImplementsType, addMethod, addProperty, containsMethod, containsProperty, getImplementsTypes, getMethodDefinitions, getProperties, getYangSourceDefinition, isAbstract, setAbstract, setDescription, setModuleName, setReference, setYangSourceDefinitionMethods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifierMethods inherited from interface org.opendaylight.mdsal.binding.model.api.Type
getFullyQualifiedName, getName, getPackageName
-
Method Details
-
build
@NonNull GeneratedType build()Returns thenewimmutable instance of Generated Type.- Returns:
- the
newimmutable instance of Generated Type.
-