Honeynode test tool
[transportpce.git] / tests / honeynode / honeynode-plugin-api / src / main / java / org / opendaylight / yang / gen / v1 / http / org / openroadm / pm / types / rev161014 / PmDataTypeBuilder.java
1 package org.opendaylight.yang.gen.v1.http.org.openroadm.pm.types.rev161014;
2
3 /**
4  * The purpose of generated class in src/main/java for Union types is to create new instances of unions from a string representation.
5  * In some cases it is very difficult to automate it since there can be unions such as (uint32 - uint16), or (string - uint32).
6  *
7  * The reason behind putting it under src/main/java is:
8  * This class is generated in form of a stub and needs to be finished by the user. This class is generated only once to prevent
9  * loss of user code.
10  *
11  */
12 public class PmDataTypeBuilder {
13
14     public static PmDataType getDefaultInstance(java.lang.String defaultValue) {
15         throw new java.lang.UnsupportedOperationException("Not yet implemented");
16     }
17
18 }