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