Package org.w3.x2001.smil20
Class SetPrototype.AttributeType.Factory
- java.lang.Object
-
- org.w3.x2001.smil20.SetPrototype.AttributeType.Factory
-
- Enclosing interface:
- SetPrototype.AttributeType
public static final class SetPrototype.AttributeType.Factory extends 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 SetPrototype.AttributeTypenewInstance()static SetPrototype.AttributeTypenewInstance(org.apache.xmlbeans.XmlOptions options)static SetPrototype.AttributeTypenewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static SetPrototype.AttributeType newValue(Object obj)
-
newInstance
public static SetPrototype.AttributeType newInstance()
-
newInstance
public static SetPrototype.AttributeType newInstance(org.apache.xmlbeans.XmlOptions options)
-
-