Interface ISourceType<T extends java.lang.Enum<T>>

  • Type Parameters:
    T - The source type (e.g., Imagery or otherwise -- should be the name of the class)
    All Superinterfaces:
    ICommonSource<T>
    All Known Implementing Classes:
    ImageryInfo.ImageryType

    public interface ISourceType<T extends java.lang.Enum<T>>
    extends ICommonSource<T>
    This interface should only be used for Enums
    Since:
    16545
    • Method Detail

      • getTypeString

        java.lang.String getTypeString()
        Returns the unique string identifying this type.
        Returns:
        the unique string identifying this type