Class GomButton.GomDropMimeType

java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomButton.GomDropMimeType
All Implemented Interfaces:
GomButton.DropMimeType, GomElement, Serializable
Enclosing class:
GomButton

public static class GomButton.GomDropMimeType extends AbstractGomElement implements GomButton.DropMimeType
Drop type
Since:
5.0
See Also:
  • Constructor Details

    • GomDropMimeType

      public GomDropMimeType()
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Description copied from class: AbstractGomElement
      Return the default tag for a gom element.
      Specified by:
      getDefaultTag in class AbstractGomElement
      Returns:
      The elements default tag.
    • getClassname

      public String getClassname()
      Transferable class
      Since:
      4.2.426
    • setClassname

      public void setClassname(String value)
      Sets the transferable class
      Since:
      4.2.426
    • getType

      public String getType()
      mime type, e.g. "video/mpeg"
      Since:
      4.2.426
    • setType

      public void setType(String value)
      The MIME type
      Since:
      4.2.426
    • getMimeType

      public String getMimeType()
      Sets the MIME type
      Since:
      4.2.426