Package org.apache.sis.internal.jaxb.gcx
Class MimeFileType
java.lang.Object
org.apache.sis.internal.jaxb.gcx.MimeFileType
The
<gcx:MimeFileType> element, which may be used as a substitute of <gco:CharacterString>.
This is used in DefaultBrowseGraphic.
Example:
- Since:
- 0.4
- Version:
- 0.4
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for JAXB only.MimeFileType(String type) Creates a new<gml:MimeFileType>for the given type. -
Method Summary
-
Field Details
-
type
The value of thetypeattribute, which is the mime type. -
value
A human-readable description of the mime type. Iftypeis null, then this will be taken as the mime type.
-
-
Constructor Details
-
MimeFileType
public MimeFileType()Empty constructor for JAXB only. -
MimeFileType
Creates a new<gml:MimeFileType>for the given type.- Parameters:
type- the MIME type.
-
-
Method Details