Merge "Bump parent version to 2.5.4-SNAPSHOT"
[ccsdk/features.git] / sdnr / wt / common-yang / test-yang / src / main / java / org / opendaylight / yang / gen / v1 / urn / ietf / params / xml / ns / yang / ietf / inet / types / rev130715 / HostBuilder.java
1 package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715;
2 import java.lang.String;
3 import java.lang.UnsupportedOperationException;
4 import javax.annotation.processing.Generated;
5
6 /**
7  * The purpose of generated class in src/main/java for Union types is to create new instances of unions from a string representation.
8  * In some cases it is very difficult to automate it since there can be unions such as (uint32 - uint16), or (string - uint32).
9  *
10  * The reason behind putting it under src/main/java is:
11  * 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
12  * loss of user code.
13  *
14  */
15 @Generated("mdsal-binding-generator")
16 public class HostBuilder {
17     private HostBuilder() {
18         //Exists only to defeat instantiation.
19     }
20
21     public static Host getDefaultInstance(String defaultValue) {
22         throw new UnsupportedOperationException("Not yet implemented");
23     }
24
25 }