Class MimetypeDescriptor


  • public class MimetypeDescriptor
    extends Object
    MimetypeEntry extension definition.
    Author:
    Julien Anguenot
    • Field Detail

      • normalized

        protected String normalized
      • binary

        protected boolean binary
      • onlineEditable

        protected boolean onlineEditable
      • oleSupported

        protected boolean oleSupported
      • iconPath

        protected String iconPath
      • mimetypes

        protected Element mimetypes
      • extensions

        protected Element extensions
    • Constructor Detail

      • MimetypeDescriptor

        public MimetypeDescriptor()
    • Method Detail

      • isBinary

        public boolean isBinary()
      • setBinary

        public void setBinary​(boolean binary)
      • isOnlineEditable

        public boolean isOnlineEditable()
      • setOnlineEditable

        public void setOnlineEditable​(boolean onlineEditable)
      • isOleSupported

        public boolean isOleSupported()
      • setOleSupported

        public void setOleSupported​(boolean oleSupported)
      • getExtensions

        public List<String> getExtensions()
      • setExtensions

        public void setExtensions​(Element extensions)
      • getIconPath

        public String getIconPath()
      • setIconPath

        public void setIconPath​(String iconPath)
      • getMimetypes

        public List<String> getMimetypes()
      • setMimetypes

        public void setMimetypes​(Element mimetypes)
      • getNormalized

        public String getNormalized()
      • setNormalized

        public void setNormalized​(String normalized)