Examples of MimeFileType


Examples of org.apache.sis.internal.jaxb.gmx.MimeFileType

    @XmlElement(name = "MimeFileType", namespace = Namespaces.GMX)
    final MimeFileType getMimeFileType() {
        if (type == MIME_TYPE) {
            final CharSequence text = this.text;
            if (text != null && !(text instanceof Anchor)) {
                return new MimeFileType(text.toString());
            }
        }
        return null;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.