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