Uses of Enum Class
org.w3._2001.smil20.RestartTimingType
Packages that use RestartTimingType
Package
Description
-
Uses of RestartTimingType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type RestartTimingTypeModifier and TypeFieldDescriptionstatic final List<RestartTimingType>RestartTimingType.VALUESA public read-only list of all the 'Restart Timing Type' enumerators.Methods in org.w3._2001.smil20 that return RestartTimingTypeModifier and TypeMethodDescriptionstatic RestartTimingTypeRestartTimingType.get(int value) Returns the 'Restart Timing Type' literal with the specified integer value.static RestartTimingTypeReturns the 'Restart Timing Type' literal with the specified literal value.static RestartTimingTypeReturns the 'Restart Timing Type' literal with the specified name.static RestartTimingTypeReturns the enum constant of this class with the specified name.static RestartTimingType[]RestartTimingType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RestartTimingType in org.w3._2001.smil20.impl
Methods in org.w3._2001.smil20.impl that return RestartTimingTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createRestartTimingTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createRestartTimingTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of RestartTimingType in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return RestartTimingTypeModifier and TypeMethodDescriptionAnimateColorType.getRestart()Returns the value of the 'Restart' attribute.AnimateMotionType.getRestart()Returns the value of the 'Restart' attribute.AnimateType.getRestart()Returns the value of the 'Restart' attribute.SetType.getRestart()Returns the value of the 'Restart' attribute.Methods in org.w3._2001.smil20.language with parameters of type RestartTimingTypeModifier and TypeMethodDescriptionvoidAnimateColorType.setRestart(RestartTimingType value) Sets the value of the 'Restart' attribute.voidAnimateMotionType.setRestart(RestartTimingType value) Sets the value of the 'Restart' attribute.voidAnimateType.setRestart(RestartTimingType value) Sets the value of the 'Restart' attribute.voidSetType.setRestart(RestartTimingType value) Sets the value of the 'Restart' attribute. -
Uses of RestartTimingType in org.w3._2001.smil20.language.impl
Fields in org.w3._2001.smil20.language.impl declared as RestartTimingTypeModifier and TypeFieldDescriptionprotected RestartTimingTypeAnimateColorTypeImpl.restartThe cached value of the 'Restart' attribute.protected RestartTimingTypeAnimateMotionTypeImpl.restartThe cached value of the 'Restart' attribute.protected RestartTimingTypeAnimateTypeImpl.restartThe cached value of the 'Restart' attribute.protected RestartTimingTypeSetTypeImpl.restartThe cached value of the 'Restart' attribute.protected static final RestartTimingTypeAnimateColorTypeImpl.RESTART_EDEFAULTThe default value of the 'Restart' attribute.protected static final RestartTimingTypeAnimateMotionTypeImpl.RESTART_EDEFAULTThe default value of the 'Restart' attribute.protected static final RestartTimingTypeAnimateTypeImpl.RESTART_EDEFAULTThe default value of the 'Restart' attribute.protected static final RestartTimingTypeSetTypeImpl.RESTART_EDEFAULTThe default value of the 'Restart' attribute.Methods in org.w3._2001.smil20.language.impl that return RestartTimingTypeModifier and TypeMethodDescriptionAnimateColorTypeImpl.getRestart()AnimateMotionTypeImpl.getRestart()AnimateTypeImpl.getRestart()SetTypeImpl.getRestart()Methods in org.w3._2001.smil20.language.impl with parameters of type RestartTimingTypeModifier and TypeMethodDescriptionvoidAnimateColorTypeImpl.setRestart(RestartTimingType newRestart) voidAnimateMotionTypeImpl.setRestart(RestartTimingType newRestart) voidAnimateTypeImpl.setRestart(RestartTimingType newRestart) voidSetTypeImpl.setRestart(RestartTimingType newRestart) -
Uses of RestartTimingType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type RestartTimingTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateRestartTimingType(RestartTimingType restartTimingType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateRestartTimingTypeObject(RestartTimingType restartTimingTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)