All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType 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

The newest version!
/*
 * XML Type:  ST_ConstraintType
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
 * Java type: org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.diagram;


/**
 * An XML ST_ConstraintType(@http://schemas.openxmlformats.org/drawingml/2006/diagram).
 *
 * This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType.
 */
public interface STConstraintType extends org.apache.xmlbeans.XmlToken
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(STConstraintType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("stconstrainttype098atype");
    
    org.apache.xmlbeans.StringEnumAbstractBase enumValue();
    void set(org.apache.xmlbeans.StringEnumAbstractBase e);
    
    static final Enum NONE = Enum.forString("none");
    static final Enum ALIGN_OFF = Enum.forString("alignOff");
    static final Enum BEG_MARG = Enum.forString("begMarg");
    static final Enum BEND_DIST = Enum.forString("bendDist");
    static final Enum BEG_PAD = Enum.forString("begPad");
    static final Enum B = Enum.forString("b");
    static final Enum B_MARG = Enum.forString("bMarg");
    static final Enum B_OFF = Enum.forString("bOff");
    static final Enum CTR_X = Enum.forString("ctrX");
    static final Enum CTR_X_OFF = Enum.forString("ctrXOff");
    static final Enum CTR_Y = Enum.forString("ctrY");
    static final Enum CTR_Y_OFF = Enum.forString("ctrYOff");
    static final Enum CONN_DIST = Enum.forString("connDist");
    static final Enum DIAM = Enum.forString("diam");
    static final Enum END_MARG = Enum.forString("endMarg");
    static final Enum END_PAD = Enum.forString("endPad");
    static final Enum H = Enum.forString("h");
    static final Enum H_AR_H = Enum.forString("hArH");
    static final Enum H_OFF = Enum.forString("hOff");
    static final Enum L = Enum.forString("l");
    static final Enum L_MARG = Enum.forString("lMarg");
    static final Enum L_OFF = Enum.forString("lOff");
    static final Enum R = Enum.forString("r");
    static final Enum R_MARG = Enum.forString("rMarg");
    static final Enum R_OFF = Enum.forString("rOff");
    static final Enum PRIM_FONT_SZ = Enum.forString("primFontSz");
    static final Enum PYRA_ACCT_RATIO = Enum.forString("pyraAcctRatio");
    static final Enum SEC_FONT_SZ = Enum.forString("secFontSz");
    static final Enum SIB_SP = Enum.forString("sibSp");
    static final Enum SEC_SIB_SP = Enum.forString("secSibSp");
    static final Enum SP = Enum.forString("sp");
    static final Enum STEM_THICK = Enum.forString("stemThick");
    static final Enum T = Enum.forString("t");
    static final Enum T_MARG = Enum.forString("tMarg");
    static final Enum T_OFF = Enum.forString("tOff");
    static final Enum USER_A = Enum.forString("userA");
    static final Enum USER_B = Enum.forString("userB");
    static final Enum USER_C = Enum.forString("userC");
    static final Enum USER_D = Enum.forString("userD");
    static final Enum USER_E = Enum.forString("userE");
    static final Enum USER_F = Enum.forString("userF");
    static final Enum USER_G = Enum.forString("userG");
    static final Enum USER_H = Enum.forString("userH");
    static final Enum USER_I = Enum.forString("userI");
    static final Enum USER_J = Enum.forString("userJ");
    static final Enum USER_K = Enum.forString("userK");
    static final Enum USER_L = Enum.forString("userL");
    static final Enum USER_M = Enum.forString("userM");
    static final Enum USER_N = Enum.forString("userN");
    static final Enum USER_O = Enum.forString("userO");
    static final Enum USER_P = Enum.forString("userP");
    static final Enum USER_Q = Enum.forString("userQ");
    static final Enum USER_R = Enum.forString("userR");
    static final Enum USER_S = Enum.forString("userS");
    static final Enum USER_T = Enum.forString("userT");
    static final Enum USER_U = Enum.forString("userU");
    static final Enum USER_V = Enum.forString("userV");
    static final Enum USER_W = Enum.forString("userW");
    static final Enum USER_X = Enum.forString("userX");
    static final Enum USER_Y = Enum.forString("userY");
    static final Enum USER_Z = Enum.forString("userZ");
    static final Enum W = Enum.forString("w");
    static final Enum W_AR_H = Enum.forString("wArH");
    static final Enum W_OFF = Enum.forString("wOff");
    
    static final int INT_NONE = Enum.INT_NONE;
    static final int INT_ALIGN_OFF = Enum.INT_ALIGN_OFF;
    static final int INT_BEG_MARG = Enum.INT_BEG_MARG;
    static final int INT_BEND_DIST = Enum.INT_BEND_DIST;
    static final int INT_BEG_PAD = Enum.INT_BEG_PAD;
    static final int INT_B = Enum.INT_B;
    static final int INT_B_MARG = Enum.INT_B_MARG;
    static final int INT_B_OFF = Enum.INT_B_OFF;
    static final int INT_CTR_X = Enum.INT_CTR_X;
    static final int INT_CTR_X_OFF = Enum.INT_CTR_X_OFF;
    static final int INT_CTR_Y = Enum.INT_CTR_Y;
    static final int INT_CTR_Y_OFF = Enum.INT_CTR_Y_OFF;
    static final int INT_CONN_DIST = Enum.INT_CONN_DIST;
    static final int INT_DIAM = Enum.INT_DIAM;
    static final int INT_END_MARG = Enum.INT_END_MARG;
    static final int INT_END_PAD = Enum.INT_END_PAD;
    static final int INT_H = Enum.INT_H;
    static final int INT_H_AR_H = Enum.INT_H_AR_H;
    static final int INT_H_OFF = Enum.INT_H_OFF;
    static final int INT_L = Enum.INT_L;
    static final int INT_L_MARG = Enum.INT_L_MARG;
    static final int INT_L_OFF = Enum.INT_L_OFF;
    static final int INT_R = Enum.INT_R;
    static final int INT_R_MARG = Enum.INT_R_MARG;
    static final int INT_R_OFF = Enum.INT_R_OFF;
    static final int INT_PRIM_FONT_SZ = Enum.INT_PRIM_FONT_SZ;
    static final int INT_PYRA_ACCT_RATIO = Enum.INT_PYRA_ACCT_RATIO;
    static final int INT_SEC_FONT_SZ = Enum.INT_SEC_FONT_SZ;
    static final int INT_SIB_SP = Enum.INT_SIB_SP;
    static final int INT_SEC_SIB_SP = Enum.INT_SEC_SIB_SP;
    static final int INT_SP = Enum.INT_SP;
    static final int INT_STEM_THICK = Enum.INT_STEM_THICK;
    static final int INT_T = Enum.INT_T;
    static final int INT_T_MARG = Enum.INT_T_MARG;
    static final int INT_T_OFF = Enum.INT_T_OFF;
    static final int INT_USER_A = Enum.INT_USER_A;
    static final int INT_USER_B = Enum.INT_USER_B;
    static final int INT_USER_C = Enum.INT_USER_C;
    static final int INT_USER_D = Enum.INT_USER_D;
    static final int INT_USER_E = Enum.INT_USER_E;
    static final int INT_USER_F = Enum.INT_USER_F;
    static final int INT_USER_G = Enum.INT_USER_G;
    static final int INT_USER_H = Enum.INT_USER_H;
    static final int INT_USER_I = Enum.INT_USER_I;
    static final int INT_USER_J = Enum.INT_USER_J;
    static final int INT_USER_K = Enum.INT_USER_K;
    static final int INT_USER_L = Enum.INT_USER_L;
    static final int INT_USER_M = Enum.INT_USER_M;
    static final int INT_USER_N = Enum.INT_USER_N;
    static final int INT_USER_O = Enum.INT_USER_O;
    static final int INT_USER_P = Enum.INT_USER_P;
    static final int INT_USER_Q = Enum.INT_USER_Q;
    static final int INT_USER_R = Enum.INT_USER_R;
    static final int INT_USER_S = Enum.INT_USER_S;
    static final int INT_USER_T = Enum.INT_USER_T;
    static final int INT_USER_U = Enum.INT_USER_U;
    static final int INT_USER_V = Enum.INT_USER_V;
    static final int INT_USER_W = Enum.INT_USER_W;
    static final int INT_USER_X = Enum.INT_USER_X;
    static final int INT_USER_Y = Enum.INT_USER_Y;
    static final int INT_USER_Z = Enum.INT_USER_Z;
    static final int INT_W = Enum.INT_W;
    static final int INT_W_AR_H = Enum.INT_W_AR_H;
    static final int INT_W_OFF = Enum.INT_W_OFF;
    
    /**
     * Enumeration value class for org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType.
     * These enum values can be used as follows:
     * 
     * enum.toString(); // returns the string value of the enum
     * enum.intValue(); // returns an int value, useful for switches
     * // e.g., case Enum.INT_NONE
     * Enum.forString(s); // returns the enum value for a string
     * Enum.forInt(i); // returns the enum value for an int
     * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_NONE = 1; static final int INT_ALIGN_OFF = 2; static final int INT_BEG_MARG = 3; static final int INT_BEND_DIST = 4; static final int INT_BEG_PAD = 5; static final int INT_B = 6; static final int INT_B_MARG = 7; static final int INT_B_OFF = 8; static final int INT_CTR_X = 9; static final int INT_CTR_X_OFF = 10; static final int INT_CTR_Y = 11; static final int INT_CTR_Y_OFF = 12; static final int INT_CONN_DIST = 13; static final int INT_DIAM = 14; static final int INT_END_MARG = 15; static final int INT_END_PAD = 16; static final int INT_H = 17; static final int INT_H_AR_H = 18; static final int INT_H_OFF = 19; static final int INT_L = 20; static final int INT_L_MARG = 21; static final int INT_L_OFF = 22; static final int INT_R = 23; static final int INT_R_MARG = 24; static final int INT_R_OFF = 25; static final int INT_PRIM_FONT_SZ = 26; static final int INT_PYRA_ACCT_RATIO = 27; static final int INT_SEC_FONT_SZ = 28; static final int INT_SIB_SP = 29; static final int INT_SEC_SIB_SP = 30; static final int INT_SP = 31; static final int INT_STEM_THICK = 32; static final int INT_T = 33; static final int INT_T_MARG = 34; static final int INT_T_OFF = 35; static final int INT_USER_A = 36; static final int INT_USER_B = 37; static final int INT_USER_C = 38; static final int INT_USER_D = 39; static final int INT_USER_E = 40; static final int INT_USER_F = 41; static final int INT_USER_G = 42; static final int INT_USER_H = 43; static final int INT_USER_I = 44; static final int INT_USER_J = 45; static final int INT_USER_K = 46; static final int INT_USER_L = 47; static final int INT_USER_M = 48; static final int INT_USER_N = 49; static final int INT_USER_O = 50; static final int INT_USER_P = 51; static final int INT_USER_Q = 52; static final int INT_USER_R = 53; static final int INT_USER_S = 54; static final int INT_USER_T = 55; static final int INT_USER_U = 56; static final int INT_USER_V = 57; static final int INT_USER_W = 58; static final int INT_USER_X = 59; static final int INT_USER_Y = 60; static final int INT_USER_Z = 61; static final int INT_W = 62; static final int INT_W_AR_H = 63; static final int INT_W_OFF = 64; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("none", INT_NONE), new Enum("alignOff", INT_ALIGN_OFF), new Enum("begMarg", INT_BEG_MARG), new Enum("bendDist", INT_BEND_DIST), new Enum("begPad", INT_BEG_PAD), new Enum("b", INT_B), new Enum("bMarg", INT_B_MARG), new Enum("bOff", INT_B_OFF), new Enum("ctrX", INT_CTR_X), new Enum("ctrXOff", INT_CTR_X_OFF), new Enum("ctrY", INT_CTR_Y), new Enum("ctrYOff", INT_CTR_Y_OFF), new Enum("connDist", INT_CONN_DIST), new Enum("diam", INT_DIAM), new Enum("endMarg", INT_END_MARG), new Enum("endPad", INT_END_PAD), new Enum("h", INT_H), new Enum("hArH", INT_H_AR_H), new Enum("hOff", INT_H_OFF), new Enum("l", INT_L), new Enum("lMarg", INT_L_MARG), new Enum("lOff", INT_L_OFF), new Enum("r", INT_R), new Enum("rMarg", INT_R_MARG), new Enum("rOff", INT_R_OFF), new Enum("primFontSz", INT_PRIM_FONT_SZ), new Enum("pyraAcctRatio", INT_PYRA_ACCT_RATIO), new Enum("secFontSz", INT_SEC_FONT_SZ), new Enum("sibSp", INT_SIB_SP), new Enum("secSibSp", INT_SEC_SIB_SP), new Enum("sp", INT_SP), new Enum("stemThick", INT_STEM_THICK), new Enum("t", INT_T), new Enum("tMarg", INT_T_MARG), new Enum("tOff", INT_T_OFF), new Enum("userA", INT_USER_A), new Enum("userB", INT_USER_B), new Enum("userC", INT_USER_C), new Enum("userD", INT_USER_D), new Enum("userE", INT_USER_E), new Enum("userF", INT_USER_F), new Enum("userG", INT_USER_G), new Enum("userH", INT_USER_H), new Enum("userI", INT_USER_I), new Enum("userJ", INT_USER_J), new Enum("userK", INT_USER_K), new Enum("userL", INT_USER_L), new Enum("userM", INT_USER_M), new Enum("userN", INT_USER_N), new Enum("userO", INT_USER_O), new Enum("userP", INT_USER_P), new Enum("userQ", INT_USER_Q), new Enum("userR", INT_USER_R), new Enum("userS", INT_USER_S), new Enum("userT", INT_USER_T), new Enum("userU", INT_USER_U), new Enum("userV", INT_USER_V), new Enum("userW", INT_USER_W), new Enum("userX", INT_USER_X), new Enum("userY", INT_USER_Y), new Enum("userZ", INT_USER_Z), new Enum("w", INT_W), new Enum("wArH", INT_W_AR_H), new Enum("wOff", INT_W_OFF), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType newValue(java.lang.Object obj) { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) type.newValue( obj ); } private static java.lang.ref.SoftReference typeLoader; private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() { org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get(); if (stl == null) { stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType.class.getClassLoader()); typeLoader = new java.lang.ref.SoftReference(stl); } return stl; } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType newInstance() { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().newInstance( type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType newInstance(org.apache.xmlbeans.XmlOptions options) { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( xmlAsString, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( xmlAsString, type, options ); } /** @param file the file from which to load an xml document */ public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( file, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( file, type, options ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( u, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( u, type, options ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( is, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( is, type, options ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( r, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( r, type, options ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( sr, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( sr, type, options ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( node, type, null ); } public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ @Deprecated public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ @Deprecated public static org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (org.openxmlformats.schemas.drawingml.x2006.diagram.STConstraintType) getTypeLoader().parse( xis, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ @Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return getTypeLoader().newValidatingXMLInputStream( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ @Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return getTypeLoader().newValidatingXMLInputStream( xis, type, options ); } private Factory() { } // No instance of this class allowed } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy