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