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