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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTypeString()
Returns the unique string identifying this type.-
Methods inherited from interface org.openstreetmap.josm.data.sources.ICommonSource
getDefault, getFromString
-
-
-
-
Method Detail
-
getTypeString
java.lang.String getTypeString()
Returns the unique string identifying this type.- Returns:
- the unique string identifying this type
-
-