All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xillium.data.xml.XDB Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.xillium.data.xml;


/**
 * X-DataBinder
 */
public class XDB {
    public static enum Element {
        M,
        P,
        T,
        H,
        R,
        C
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy