Uses of Interface
org.opendaylight.mdsal.binding.model.api.type.builder.MethodSignatureBuilder
Packages that use MethodSignatureBuilder
-
Uses of MethodSignatureBuilder in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder that return MethodSignatureBuilderModifier and TypeMethodDescriptionAdd new Method Signature definition for Generated Type Builder and returns Method Signature Builder for specifying all Method parameters.
Name of Method cannot benull, if it isnullthe method SHOULD throwIllegalArgumentException.
By Default the MethodSignatureBuilder SHOULD be pre-set assetAbstract(boolean), {TypeMemberBuilder#setFinal(boolean)} and {TypeMemberBuilder#setAccessModifier(boolean)}MethodSignatureBuilder.addParameter(Type type, String name) Adds Parameter into the List of method parameters.MethodSignatureBuilder.setAbstract(boolean isAbstract) Sets the flag for declaration of method as abstract or non abstract.MethodSignatureBuilder.setDefault(boolean isDefault) Sets the flag indicating whether this is adefault interfacemethod.MethodSignatureBuilder.setMechanics(MethodSignature.ValueMechanics mechanics) Methods in org.opendaylight.mdsal.binding.model.api.type.builder that return types with arguments of type MethodSignatureBuilder