Class Attribute.Use.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xsdschema.Attribute.Use.Factory
-
- Enclosing interface:
- Attribute.Use
public static final class Attribute.Use.Factory extends java.lang.Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Attribute.Use
newInstance()
static Attribute.Use
newInstance(XmlOptions options)
static Attribute.Use
newValue(java.lang.Object obj)
-
-
-
Method Detail
-
newValue
public static Attribute.Use newValue(java.lang.Object obj)
-
newInstance
public static Attribute.Use newInstance()
-
newInstance
public static Attribute.Use newInstance(XmlOptions options)
-
-