Package org.apache.sis.internal.jaxb.gmx

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

Related Classes of org.apache.sis.internal.jaxb.gmx.MimeFileType

Copyright © 2018 www.massapicom. 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.