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.ObjectA 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.UsenewInstance()static Attribute.UsenewInstance(XmlOptions options)static Attribute.UsenewValue(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)
 
 - 
 
 -