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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy