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