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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy