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

net.zeroinstall.model.impl.EnvironmentModeImpl Maven / Gradle / Ivy

/*
 * XML Type:  environment-mode
 * Namespace: http://zero-install.sourceforge.net/2004/injector/interface
 * Java type: net.zeroinstall.model.EnvironmentMode
 *
 * Automatically generated - do not modify.
 */
package net.zeroinstall.model.impl;
/**
 * An XML environment-mode(@http://zero-install.sourceforge.net/2004/injector/interface).
 *
 * This is an atomic type that is a restriction of net.zeroinstall.model.EnvironmentMode.
 */
public class EnvironmentModeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements net.zeroinstall.model.EnvironmentMode
{
    private static final long serialVersionUID = 1L;
    
    public EnvironmentModeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected EnvironmentModeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy