Package org.opendaylight.mdsal.binding.model.api
package org.opendaylight.mdsal.binding.model.api
Model of Java classes generated from YANG. Some information on naming:
-
Typerefers to a Java class, interface or primitive type. This is something that is used as the type specifier of a variable declaration. -
GeneratedTyperefers to a Java class or interface. It can either be a top-level or a nested class or interface. -
GeneratedTransferObjectrefers toGeneratedType, which is a concrete class. These are generated to encapsulate the YANG type hierarchy as expressed by 'typedef' and 'type' statement use. If it has a superclass, it is also referred to as anExtended Type.
-
ClassDescriptionIt is used only as ancestor for other
Types.Enum definition which provides four access modifiers that are described in Java programming language (Default, Private, Protected, Public).The Annotation Type interface is designed to hold information about annotation for any type that could be annotated in Java.
For sake of simplicity the Annotation Type is not designed to model exact behaviour of annotation mechanism, but just to hold information needed to model annotation over java Type definition.Annotation Type parameter interface.The BaseTypeWithRestrictions is marker interface that encapsulates definition of java concrete type only with changed restriction values.Transforms virtual data to the concrete code in programming language.The Concrete Type is marker interface that encapsulates definition of java concrete type.Interface Contact is designed to hold and model java constant.Implementing this interface allows an object to hold information which are essential for generating java doc from type definition.Interface provide methods for reading data of enumeration class.Interface is used for reading enumeration item.Generated Property extendsTypeMemberinterface with additional information about fields (and other members) declared in Java Transfer Objects (or any java classes) and their access counterparts (getters and setters).Generated Transfer Object extendsGeneratedTypeand is designed to represent Java Class.Every Java interface has to be specified with:packagethat belongs intointerfacename (with commentary that SHOULD be present to proper define interface and base contracts specified for interface) Each Generated Type can define list of types that Generated Type can implement to extend it's definition (i.e.A type name.The Method Signature interface contains simplified meta model for java method definition.The Parameter interface is designed to hold the information of method Parameter(s).Method return type mechanics.Represents an instance of simple parameterized type such as List<String>.The Type interface defines the base type for all types defined in java.Dedicated type for holding a class comment.Common interface for variables and methods in class.Structured comment of a particular class member.Marker interface which assign to object property that it is a bounded wildcard type.DTO capturing the YANG source definition which lead to aGeneratedTypebeing emitted.