Add Opaque{Data,Object} interfaces 26/81226/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Mar 2019 15:31:07 +0000 (16:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Mar 2019 16:29:32 +0000 (17:29 +0100)
commit25952d26001a7ef4a04f713312f864b8af397f69
tree525c95c75814027c308d932ce696796501c99232
parent4bd8c8ccb296b0982fe2b5b287976a55610511f8
Add Opaque{Data,Object} interfaces

This adds the baseline interfaces needed for generating
manifestations of anydata and anyxml node sin Binding world.

Since they are conceptually the same and cannot have the same
identifier, we can support them with a single BindingObject
sub-interface.

JIRA: MDSAL-428
Change-Id: I7d7e0ff6c7bcd7d2375d50c4e976bf68d4e47143
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/OpaqueData.java [new file with mode: 0644]
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/OpaqueObject.java [new file with mode: 0644]