148b59c0c6b398a9010bd0f899b36189fc159154
[transportpce.git] / tests / honeynode221 / honeynode-plugin-api / src / main / java / org / opendaylight / yang / gen / v1 / urn / ietf / params / xml / ns / yang / ietf / inet / types / rev130715 / IpAddressBuilder.java
1 package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715;
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 IpAddressBuilder {
13
14     public static IpAddress getDefaultInstance(java.lang.String defaultValue) {
15         throw new java.lang.UnsupportedOperationException("Not yet implemented");
16     }
17
18 }