
net.zeroinstall.model.impl.OsImpl Maven / Gradle / Ivy
/*
* XML Type: os
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.Os
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model.impl;
/**
* An XML os(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is an atomic type that is a restriction of net.zeroinstall.model.Os.
*/
public class OsImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements net.zeroinstall.model.Os
{
private static final long serialVersionUID = 1L;
public OsImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected OsImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy