Package com.luciad.model
Class TLcdModelMetadata.Source
java.lang.Object
com.luciad.model.TLcdModelMetadata.Source
- Enclosing class:
TLcdModelMetadata
A source name and its (optionally) associated mime type.
- Since:
- 2018.0
-
Constructor Summary
ConstructorDescriptionCreates a newTLcdModelMetadata.Source
instance with the given source name and mime type. -
Method Summary
-
Constructor Details
-
Source
Creates a newTLcdModelMetadata.Source
instance with the given source name and mime type. It is recommended to use absolute paths whenever possible.- Parameters:
aSourceName
- The source name. Cannot be null.aMimeTypeOrNull
- The mime type associated with the source name, or null if no mime type can/needs to be defined.
-
-
Method Details
-
getSourceName
Returns the source name.- Returns:
- The source name
-
getMimeType
Returns the mime type associated with the source name, or null if no mime type is defined.- Returns:
- The mime type associated with the source name, or null if no mime type is defined.
-
equals
-
hashCode
public int hashCode() -
toString
-