com.microsoft.schemas.vml.impl.STStrokeJoinStyleImpl Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used):
https://www.ecma-international.org/publications/standards/Ecma-376.htm
/*
* XML Type: ST_StrokeJoinStyle
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.STStrokeJoinStyle
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
/**
* An XML ST_StrokeJoinStyle(@urn:schemas-microsoft-com:vml).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.vml.STStrokeJoinStyle.
*/
public class STStrokeJoinStyleImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.vml.STStrokeJoinStyle {
private static final long serialVersionUID = 1L;
public STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}