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

com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode Maven / Gradle / Ivy

There is a newer version: 4.0.5
Show newest version
package com.sun.tools.xjc.reader.xmlschema.bindinfo;

/**
 * Represents three constants of globalBindings/@optionalProperty.
 *
 * @author Kohsuke Kawaguchi
 */
public enum OptionalPropertyMode {
    PRIMITIVE,
    WRAPPER,
    ISSET
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy