| Package | Description |
|---|---|
| org.opendaylight.yangtools.sal.binding.model.api.type.builder |
March 2013
Copyright (c) 2013 by Cisco Systems, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
MethodSignatureBuilder |
GeneratedTypeBuilderBase.addMethod(String name)
Add new Method Signature definition for Generated Type Builder and
returns Method Signature Builder for specifying all Method parameters.
|
MethodSignatureBuilder |
MethodSignatureBuilder.addParameter(Type type,
String name)
Adds Parameter into the List of method parameters.
|
MethodSignatureBuilder |
MethodSignatureBuilder.setAbstract(boolean isAbstract)
Sets the flag for declaration of method as abstract or non abstract.
|
Copyright © 2014. All rights reserved.