Class FileDesc.Role.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.ltgfmt.FileDesc.Role.Factory
-
- Enclosing interface:
- FileDesc.Role
public static final class FileDesc.Role.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 FileDesc.Role
newInstance()
static FileDesc.Role
newInstance(XmlOptions options)
static FileDesc.Role
newValue(java.lang.Object obj)
-
-
-
Method Detail
-
newValue
public static FileDesc.Role newValue(java.lang.Object obj)
-
newInstance
public static FileDesc.Role newInstance()
-
newInstance
public static FileDesc.Role newInstance(XmlOptions options)
-
-