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