schemasMicrosoftComOfficeOffice.impl.STOLEUpdateModeImpl Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip
/*
* XML Type: ST_OLEUpdateMode
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: schemasMicrosoftComOfficeOffice.STOLEUpdateMode
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeOffice.impl;
/**
* An XML ST_OLEUpdateMode(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of schemasMicrosoftComOfficeOffice.STOLEUpdateMode.
*/
public class STOLEUpdateModeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComOfficeOffice.STOLEUpdateMode
{
public STOLEUpdateModeImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STOLEUpdateModeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}