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