Uses of Class
org.w3.x2001.smil20.AnimatePrototype.AttributeType.Enum
-
Packages that use AnimatePrototype.AttributeType.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimatePrototype.AttributeType.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as AnimatePrototype.AttributeType.Enum Modifier and Type Field Description static AnimatePrototype.AttributeType.EnumAnimatePrototype.AttributeType. AUTOstatic AnimatePrototype.AttributeType.EnumAnimatePrototype.AttributeType. CSSstatic AnimatePrototype.AttributeType.EnumAnimatePrototype.AttributeType. XMLMethods in org.w3.x2001.smil20 that return AnimatePrototype.AttributeType.Enum Modifier and Type Method Description static AnimatePrototype.AttributeType.EnumAnimatePrototype.AttributeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static AnimatePrototype.AttributeType.EnumAnimatePrototype.AttributeType.Enum. forString(String s)Returns the enum value for a string, or null if none.AnimatePrototype.AttributeType.EnumAnimatePrototype. getAttributeType()Gets the "attributeType" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimatePrototype.AttributeType.Enum Modifier and Type Method Description voidAnimatePrototype. setAttributeType(AnimatePrototype.AttributeType.Enum attributeType)Sets the "attributeType" attribute -
Uses of AnimatePrototype.AttributeType.Enum in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return AnimatePrototype.AttributeType.Enum Modifier and Type Method Description AnimatePrototype.AttributeType.EnumAnimatePrototypeImpl. getAttributeType()Gets the "attributeType" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimatePrototype.AttributeType.Enum Modifier and Type Method Description voidAnimatePrototypeImpl. setAttributeType(AnimatePrototype.AttributeType.Enum attributeType)Sets the "attributeType" attribute
-