schemasMicrosoftComOfficeExcel.impl.STCFImpl 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_CF
* Namespace: urn:schemas-microsoft-com:office:excel
* Java type: schemasMicrosoftComOfficeExcel.STCF
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeExcel.impl;
/**
* An XML ST_CF(@urn:schemas-microsoft-com:office:excel).
*
* This is an atomic type that is a restriction of schemasMicrosoftComOfficeExcel.STCF.
*/
public class STCFImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComOfficeExcel.STCF
{
public STCFImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STCFImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}