42defe53ca2cbba21db87cb09b3041739a9995d3
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / yang / gen / v1 / urn / ietf / params / xml / ns / yang / ietf / restconf / rev131019 / DatastoreIdentifierBuilder.java
1 /*
2  * Copyright (c) 2014 Brocade Communications Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019;
9 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.DatastoreIdentifier.Enumeration;
10
11
12 /**
13  **/
14 public class DatastoreIdentifierBuilder {
15
16     public static DatastoreIdentifier getDefaultInstance(final String defaultValue) {
17         return new DatastoreIdentifier(Enumeration.valueOf(defaultValue));
18     }
19
20 }