net.zeroinstall.model.impl.ImportanceImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeroinstall-model Show documentation
Show all versions of zeroinstall-model Show documentation
The Zero Install XSD model transformed by Apache XMLBeans to Java source code.
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);
}
}