Uses of Enum Class
org.w3._2001.smil20.RestartDefaultType
Packages that use RestartDefaultType
Package
Description
-
Uses of RestartDefaultType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type RestartDefaultTypeModifier and TypeFieldDescriptionstatic final List<RestartDefaultType>RestartDefaultType.VALUESA public read-only list of all the 'Restart Default Type' enumerators.Methods in org.w3._2001.smil20 that return RestartDefaultTypeModifier and TypeMethodDescriptionstatic RestartDefaultTypeRestartDefaultType.get(int value) Returns the 'Restart Default Type' literal with the specified integer value.static RestartDefaultTypeReturns the 'Restart Default Type' literal with the specified literal value.static RestartDefaultTypeReturns the 'Restart Default Type' literal with the specified name.static RestartDefaultTypeReturns the enum constant of this class with the specified name.static RestartDefaultType[]RestartDefaultType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RestartDefaultType in org.w3._2001.smil20.impl
Methods in org.w3._2001.smil20.impl that return RestartDefaultTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createRestartDefaultTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createRestartDefaultTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of RestartDefaultType in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return RestartDefaultTypeModifier and TypeMethodDescriptionAnimateColorType.getRestartDefault()Returns the value of the 'Restart Default' attribute.AnimateMotionType.getRestartDefault()Returns the value of the 'Restart Default' attribute.AnimateType.getRestartDefault()Returns the value of the 'Restart Default' attribute.SetType.getRestartDefault()Returns the value of the 'Restart Default' attribute.Methods in org.w3._2001.smil20.language with parameters of type RestartDefaultTypeModifier and TypeMethodDescriptionvoidAnimateColorType.setRestartDefault(RestartDefaultType value) Sets the value of the 'Restart Default' attribute.voidAnimateMotionType.setRestartDefault(RestartDefaultType value) Sets the value of the 'Restart Default' attribute.voidAnimateType.setRestartDefault(RestartDefaultType value) Sets the value of the 'Restart Default' attribute.voidSetType.setRestartDefault(RestartDefaultType value) Sets the value of the 'Restart Default' attribute. -
Uses of RestartDefaultType in org.w3._2001.smil20.language.impl
Fields in org.w3._2001.smil20.language.impl declared as RestartDefaultTypeModifier and TypeFieldDescriptionprotected static final RestartDefaultTypeAnimateColorTypeImpl.RESTART_DEFAULT_EDEFAULTThe default value of the 'Restart Default' attribute.protected static final RestartDefaultTypeAnimateMotionTypeImpl.RESTART_DEFAULT_EDEFAULTThe default value of the 'Restart Default' attribute.protected static final RestartDefaultTypeAnimateTypeImpl.RESTART_DEFAULT_EDEFAULTThe default value of the 'Restart Default' attribute.protected static final RestartDefaultTypeSetTypeImpl.RESTART_DEFAULT_EDEFAULTThe default value of the 'Restart Default' attribute.protected RestartDefaultTypeAnimateColorTypeImpl.restartDefaultThe cached value of the 'Restart Default' attribute.protected RestartDefaultTypeAnimateMotionTypeImpl.restartDefaultThe cached value of the 'Restart Default' attribute.protected RestartDefaultTypeAnimateTypeImpl.restartDefaultThe cached value of the 'Restart Default' attribute.protected RestartDefaultTypeSetTypeImpl.restartDefaultThe cached value of the 'Restart Default' attribute.Methods in org.w3._2001.smil20.language.impl that return RestartDefaultTypeModifier and TypeMethodDescriptionAnimateColorTypeImpl.getRestartDefault()AnimateMotionTypeImpl.getRestartDefault()AnimateTypeImpl.getRestartDefault()SetTypeImpl.getRestartDefault()Methods in org.w3._2001.smil20.language.impl with parameters of type RestartDefaultTypeModifier and TypeMethodDescriptionvoidAnimateColorTypeImpl.setRestartDefault(RestartDefaultType newRestartDefault) voidAnimateMotionTypeImpl.setRestartDefault(RestartDefaultType newRestartDefault) voidAnimateTypeImpl.setRestartDefault(RestartDefaultType newRestartDefault) voidSetTypeImpl.setRestartDefault(RestartDefaultType newRestartDefault) -
Uses of RestartDefaultType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type RestartDefaultTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateRestartDefaultType(RestartDefaultType restartDefaultType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateRestartDefaultTypeObject(RestartDefaultType restartDefaultTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)