Uses of Enum Class
org.w3._2001.smil20.AttributeTypeType
Packages that use AttributeTypeType
-
Uses of AttributeTypeType in org.w3._2001.smil20
Fields in org.w3._2001.smil20 with type parameters of type AttributeTypeTypeModifier and TypeFieldDescriptionstatic final List<AttributeTypeType>AttributeTypeType.VALUESA public read-only list of all the 'Attribute Type Type' enumerators.Methods in org.w3._2001.smil20 that return AttributeTypeTypeModifier and TypeMethodDescriptionstatic AttributeTypeTypeAttributeTypeType.get(int value) Returns the 'Attribute Type Type' literal with the specified integer value.static AttributeTypeTypeReturns the 'Attribute Type Type' literal with the specified literal value.AnimateColorPrototype.getAttributeType()Returns the value of the 'Attribute Type' attribute.AnimatePrototype.getAttributeType()Returns the value of the 'Attribute Type' attribute.SetPrototype.getAttributeType()Returns the value of the 'Attribute Type' attribute.static AttributeTypeTypeReturns the 'Attribute Type Type' literal with the specified name.static AttributeTypeTypeReturns the enum constant of this class with the specified name.static AttributeTypeType[]AttributeTypeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.w3._2001.smil20 with parameters of type AttributeTypeTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototype.setAttributeType(AttributeTypeType value) Sets the value of the 'Attribute Type' attribute.voidAnimatePrototype.setAttributeType(AttributeTypeType value) Sets the value of the 'Attribute Type' attribute.voidSetPrototype.setAttributeType(AttributeTypeType value) Sets the value of the 'Attribute Type' attribute. -
Uses of AttributeTypeType in org.w3._2001.smil20.impl
Fields in org.w3._2001.smil20.impl declared as AttributeTypeTypeModifier and TypeFieldDescriptionprotected static final AttributeTypeTypeAnimateColorPrototypeImpl.ATTRIBUTE_TYPE_EDEFAULTThe default value of the 'Attribute Type' attribute.protected static final AttributeTypeTypeAnimatePrototypeImpl.ATTRIBUTE_TYPE_EDEFAULTThe default value of the 'Attribute Type' attribute.protected static final AttributeTypeTypeSetPrototypeImpl.ATTRIBUTE_TYPE_EDEFAULTThe default value of the 'Attribute Type' attribute.protected AttributeTypeTypeAnimateColorPrototypeImpl.attributeTypeThe cached value of the 'Attribute Type' attribute.protected AttributeTypeTypeAnimatePrototypeImpl.attributeTypeThe cached value of the 'Attribute Type' attribute.protected AttributeTypeTypeSetPrototypeImpl.attributeTypeThe cached value of the 'Attribute Type' attribute.Methods in org.w3._2001.smil20.impl that return AttributeTypeTypeModifier and TypeMethodDescriptionSmil20FactoryImpl.createAttributeTypeTypeFromString(EDataType eDataType, String initialValue) Smil20FactoryImpl.createAttributeTypeTypeObjectFromString(EDataType eDataType, String initialValue) AnimateColorPrototypeImpl.getAttributeType()AnimatePrototypeImpl.getAttributeType()SetPrototypeImpl.getAttributeType()Methods in org.w3._2001.smil20.impl with parameters of type AttributeTypeTypeModifier and TypeMethodDescriptionvoidAnimateColorPrototypeImpl.setAttributeType(AttributeTypeType newAttributeType) voidAnimatePrototypeImpl.setAttributeType(AttributeTypeType newAttributeType) voidSetPrototypeImpl.setAttributeType(AttributeTypeType newAttributeType) -
Uses of AttributeTypeType in org.w3._2001.smil20.util
Methods in org.w3._2001.smil20.util with parameters of type AttributeTypeTypeModifier and TypeMethodDescriptionbooleanSmil20Validator.validateAttributeTypeType(AttributeTypeType attributeTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanSmil20Validator.validateAttributeTypeTypeObject(AttributeTypeType attributeTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)