jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConversion.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 package com.sun.tools.internal.xjc.reader.dtd.bindinfo;
    26 package com.sun.tools.internal.xjc.reader.dtd.bindinfo;
    27 
    27 
    28 import com.sun.tools.internal.xjc.model.TypeUse;
    28 import com.sun.tools.internal.xjc.model.TypeUse;
    29 
    29 
    30 /**
    30 /**
    31  * conversion declaration (<conversion> and <enumeration>).
    31  * conversion declaration ({@code <conversion> and <enumeration>}).
    32  */
    32  */
    33 public interface BIConversion
    33 public interface BIConversion
    34 {
    34 {
    35     /** Gets the conversion name. */
    35     /** Gets the conversion name. */
    36     String name();
    36     String name();