Uses of Interface
org.w3.x2001.smil20.SetPrototype.AttributeType
-
Packages that use SetPrototype.AttributeType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of SetPrototype.AttributeType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return SetPrototype.AttributeType Modifier and Type Method Description static SetPrototype.AttributeTypeSetPrototype.AttributeType.Factory. newInstance()static SetPrototype.AttributeTypeSetPrototype.AttributeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SetPrototype.AttributeTypeSetPrototype.AttributeType.Factory. newValue(Object obj)SetPrototype.AttributeTypeSetPrototype. xgetAttributeType()Gets (as xml) the "attributeType" attributeMethods in org.w3.x2001.smil20 with parameters of type SetPrototype.AttributeType Modifier and Type Method Description voidSetPrototype. xsetAttributeType(SetPrototype.AttributeType attributeType)Sets (as xml) the "attributeType" attribute -
Uses of SetPrototype.AttributeType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement SetPrototype.AttributeType Modifier and Type Class Description static classSetPrototypeImpl.AttributeTypeImplAn XML attributeType(@).Methods in org.w3.x2001.smil20.impl that return SetPrototype.AttributeType Modifier and Type Method Description SetPrototype.AttributeTypeSetPrototypeImpl. xgetAttributeType()Gets (as xml) the "attributeType" attributeMethods in org.w3.x2001.smil20.impl with parameters of type SetPrototype.AttributeType Modifier and Type Method Description voidSetPrototypeImpl. xsetAttributeType(SetPrototype.AttributeType attributeType)Sets (as xml) the "attributeType" attribute
-