Uses of Class
org.w3.x2001.smil20.RestartDefaultType.Enum
-
Packages that use RestartDefaultType.Enum Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of RestartDefaultType.Enum in org.w3.x2001.smil20
Fields in org.w3.x2001.smil20 declared as RestartDefaultType.Enum Modifier and Type Field Description static RestartDefaultType.EnumRestartDefaultType. ALWAYSstatic RestartDefaultType.EnumRestartDefaultType. INHERITstatic RestartDefaultType.EnumRestartDefaultType. NEVERstatic RestartDefaultType.EnumRestartDefaultType. WHEN_NOT_ACTIVEMethods in org.w3.x2001.smil20 that return RestartDefaultType.Enum Modifier and Type Method Description static RestartDefaultType.EnumRestartDefaultType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static RestartDefaultType.EnumRestartDefaultType.Enum. forString(String s)Returns the enum value for a string, or null if none. -
Uses of RestartDefaultType.Enum in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return RestartDefaultType.Enum Modifier and Type Method Description RestartDefaultType.EnumAnimateColorType. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumAnimateMotionType. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumAnimateType. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumSetType. getRestartDefault()Gets the "restartDefault" attributeMethods in org.w3.x2001.smil20.language with parameters of type RestartDefaultType.Enum Modifier and Type Method Description voidAnimateColorType. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidAnimateMotionType. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidAnimateType. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidSetType. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attribute -
Uses of RestartDefaultType.Enum in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return RestartDefaultType.Enum Modifier and Type Method Description RestartDefaultType.EnumAnimateColorTypeImpl. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumAnimateMotionTypeImpl. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumAnimateTypeImpl. getRestartDefault()Gets the "restartDefault" attributeRestartDefaultType.EnumSetTypeImpl. getRestartDefault()Gets the "restartDefault" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type RestartDefaultType.Enum Modifier and Type Method Description voidAnimateColorTypeImpl. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidAnimateMotionTypeImpl. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidAnimateTypeImpl. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidSetTypeImpl. setRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attribute
-