Uses of Enum Class
org.w3._2001.smil20.SyncBehaviorDefaultType
Packages that use SyncBehaviorDefaultType
Package
Description
-
Uses of SyncBehaviorDefaultType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type SyncBehaviorDefaultTypeModifier and TypeFieldDescriptionstatic final List<SyncBehaviorDefaultType>SyncBehaviorDefaultType.VALUESA public read-only list of all the 'Sync Behavior Default Type' enumerators.Methods in org.w3._2001.smil20 that return SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionstatic SyncBehaviorDefaultTypeSyncBehaviorDefaultType.get(int value) Returns the 'Sync Behavior Default Type' literal with the specified integer value.static SyncBehaviorDefaultTypeReturns the 'Sync Behavior Default Type' literal with the specified literal value.static SyncBehaviorDefaultTypeReturns the 'Sync Behavior Default Type' literal with the specified name.static SyncBehaviorDefaultTypeReturns the enum constant of this class with the specified name.static SyncBehaviorDefaultType[]SyncBehaviorDefaultType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SyncBehaviorDefaultType in org.w3._2001.smil20.impl
Methods in org.w3._2001.smil20.impl that return SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createSyncBehaviorDefaultTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createSyncBehaviorDefaultTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of SyncBehaviorDefaultType in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionAnimateColorType.getSyncBehaviorDefault()Returns the value of the 'Sync Behavior Default' attribute.AnimateMotionType.getSyncBehaviorDefault()Returns the value of the 'Sync Behavior Default' attribute.AnimateType.getSyncBehaviorDefault()Returns the value of the 'Sync Behavior Default' attribute.SetType.getSyncBehaviorDefault()Returns the value of the 'Sync Behavior Default' attribute.Methods in org.w3._2001.smil20.language with parameters of type SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionvoidAnimateColorType.setSyncBehaviorDefault(SyncBehaviorDefaultType value) Sets the value of the 'Sync Behavior Default' attribute.voidAnimateMotionType.setSyncBehaviorDefault(SyncBehaviorDefaultType value) Sets the value of the 'Sync Behavior Default' attribute.voidAnimateType.setSyncBehaviorDefault(SyncBehaviorDefaultType value) Sets the value of the 'Sync Behavior Default' attribute.voidSetType.setSyncBehaviorDefault(SyncBehaviorDefaultType value) Sets the value of the 'Sync Behavior Default' attribute. -
Uses of SyncBehaviorDefaultType in org.w3._2001.smil20.language.impl
Fields in org.w3._2001.smil20.language.impl declared as SyncBehaviorDefaultTypeModifier and TypeFieldDescriptionprotected static final SyncBehaviorDefaultTypeAnimateColorTypeImpl.SYNC_BEHAVIOR_DEFAULT_EDEFAULTThe default value of the 'Sync Behavior Default' attribute.protected static final SyncBehaviorDefaultTypeAnimateMotionTypeImpl.SYNC_BEHAVIOR_DEFAULT_EDEFAULTThe default value of the 'Sync Behavior Default' attribute.protected static final SyncBehaviorDefaultTypeAnimateTypeImpl.SYNC_BEHAVIOR_DEFAULT_EDEFAULTThe default value of the 'Sync Behavior Default' attribute.protected static final SyncBehaviorDefaultTypeSetTypeImpl.SYNC_BEHAVIOR_DEFAULT_EDEFAULTThe default value of the 'Sync Behavior Default' attribute.protected SyncBehaviorDefaultTypeAnimateColorTypeImpl.syncBehaviorDefaultThe cached value of the 'Sync Behavior Default' attribute.protected SyncBehaviorDefaultTypeAnimateMotionTypeImpl.syncBehaviorDefaultThe cached value of the 'Sync Behavior Default' attribute.protected SyncBehaviorDefaultTypeAnimateTypeImpl.syncBehaviorDefaultThe cached value of the 'Sync Behavior Default' attribute.protected SyncBehaviorDefaultTypeSetTypeImpl.syncBehaviorDefaultThe cached value of the 'Sync Behavior Default' attribute.Methods in org.w3._2001.smil20.language.impl that return SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionAnimateColorTypeImpl.getSyncBehaviorDefault()AnimateMotionTypeImpl.getSyncBehaviorDefault()AnimateTypeImpl.getSyncBehaviorDefault()SetTypeImpl.getSyncBehaviorDefault()Methods in org.w3._2001.smil20.language.impl with parameters of type SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionvoidAnimateColorTypeImpl.setSyncBehaviorDefault(SyncBehaviorDefaultType newSyncBehaviorDefault) voidAnimateMotionTypeImpl.setSyncBehaviorDefault(SyncBehaviorDefaultType newSyncBehaviorDefault) voidAnimateTypeImpl.setSyncBehaviorDefault(SyncBehaviorDefaultType newSyncBehaviorDefault) voidSetTypeImpl.setSyncBehaviorDefault(SyncBehaviorDefaultType newSyncBehaviorDefault) -
Uses of SyncBehaviorDefaultType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type SyncBehaviorDefaultTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateSyncBehaviorDefaultType(SyncBehaviorDefaultType syncBehaviorDefaultType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateSyncBehaviorDefaultTypeObject(SyncBehaviorDefaultType syncBehaviorDefaultTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)