schemasMicrosoftComVml.impl.STStrokeJoinStyleImpl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: ST_StrokeJoinStyle
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.STStrokeJoinStyle
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml.impl;
/**
* An XML ST_StrokeJoinStyle(@urn:schemas-microsoft-com:vml).
*
* This is an atomic type that is a restriction of schemasMicrosoftComVml.STStrokeJoinStyle.
*/
public class STStrokeJoinStyleImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComVml.STStrokeJoinStyle
{
public STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy