Uses of Class
jakarta.activation.MimeType
-
Packages that use MimeType Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.util jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of MimeType in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return MimeType Modifier and Type Method Description MimeTypeCBuiltinLeafInfo. getExpectedMimeType()never has a default associated MIME type.MimeTypeCElementPropertyInfo. getExpectedMimeType()MimeTypeCEnumLeafInfo. getExpectedMimeType()MimeTypeCReferencePropertyInfo. getExpectedMimeType()MimeTypeTypeUse. getExpectedMimeType()A can have an associated MIME type.Methods in com.sun.tools.xjc.model with parameters of type MimeType Modifier and Type Method Description TypeUseCBuiltinLeafInfo. makeMimeTyped(MimeType mt)Creates aTypeUsethat represents a MIME-type assocaited version of this .static TypeUseTypeUseFactory. makeMimeTyped(TypeUse t, MimeType mt)Constructors in com.sun.tools.xjc.model with parameters of type MimeType Constructor Description CElementPropertyInfo(String name, CElementPropertyInfo.CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required) -
Uses of MimeType in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader that return MimeType Modifier and Type Method Description MimeTypeRawTypeSet. getExpectedMimeType()protected MimeTypeRawTypeSet.Ref. getExpectedMimeType()When thisRawTypeSetbinds to aCElementPropertyInfo, this method is used to determine if the property has an associated expected MIME type or not. -
Uses of MimeType in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return MimeType Modifier and Type Method Description protected MimeTypeRawTypeSetBuilder.CElementInfoRef. getExpectedMimeType()protected MimeTypeRawTypeSetBuilder.XmlTypeRef. getExpectedMimeType() -
Uses of MimeType in com.sun.tools.xjc.util
Methods in com.sun.tools.xjc.util that return MimeType Modifier and Type Method Description MimeTypeMimeTypeRange. toMimeType() -
Uses of MimeType in jakarta.activation
Methods in jakarta.activation with parameters of type MimeType Modifier and Type Method Description booleanMimeType. match(MimeType type)Determine if the primary and sub type of this object is the same as what is in the given type. -
Uses of MimeType in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return MimeType Modifier and Type Method Description MimeTypePropertyInfo. getExpectedMimeType()Expected MIME type, if any. -
Uses of MimeType in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return MimeType Modifier and Type Method Description MimeTypeXMLSerializer. setExpectedMimeType(MimeType expectedMimeType)This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type MimeType Modifier and Type Method Description MimeTypeXMLSerializer. setExpectedMimeType(MimeType expectedMimeType)This method is used byMimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer.Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type MimeType Constructor Description MimeTypedTransducer(Transducer<V> core, MimeType expectedMimeType)
-