92231b73a921282819ddb158b08f5240187824df
[alto.git] / alto-commons / src / main / java / org / opendaylight / alto / commons / types / model150404 / MediaType.java
1 /*
2  * Copyright (c) 2015 Yale University 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.alto.commons.types.model150404;
9
10 class MediaType {
11
12     /** The media types generated by alto-model
13      * */
14
15     public static final String ALTO_DIRECTORY
16                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
17                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoDirectory
18                                 ).toString();
19
20     public static final String ALTO_NETWORKMAP
21                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
22                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoNetworkmap
23                                 ).toString();
24
25     public static final String ALTO_NETWORKMAP_FILTER
26                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
27                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoNetworkmapfilter
28                                 ).toString();
29
30     public static final String ALTO_COSTMAP
31                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
32                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoCostmap
33                                 ).toString();
34
35     public static final String ALTO_COSTMAP_FILTER
36                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
37                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoCostmapfilter
38                                 ).toString();
39
40     public static final String ALTO_ENDPOINT_PROP
41                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
42                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoEndpointprop
43                                 ).toString();
44
45     public static final String ALTO_ENDPOINT_PROPPARAMS
46                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
47                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoEndpointpropparams
48                                 ).toString();
49
50     public static final String ALTO_ENDPOINT_COST
51                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
52                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoEndpointcost
53                                 ).toString();
54
55     public static final String ALTO_ENDPOST_COSTPARAMS
56                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
57                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoEndpointcostparams
58                                 ).toString();
59
60     public static final String ALTO_ERROR
61                             = new org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType(
62                                     org.opendaylight.yang.gen.v1.urn.opendaylight.alto.service.types.rev150404.MediaType.Enumeration.AltoError
63                                 ).toString();
64
65 }