Uses of Class
com.ibm.dtfj.utils.file.ImageSourceType
-
Packages that use ImageSourceType Package Description com.ibm.dtfj.utils.file -
-
Uses of ImageSourceType in com.ibm.dtfj.utils.file
Methods in com.ibm.dtfj.utils.file that return ImageSourceType Modifier and Type Method Description ImageSourceType
ManagedImageSource. getType()
static ImageSourceType
ImageSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageSourceType[]
ImageSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.dtfj.utils.file with parameters of type ImageSourceType Constructor Description ManagedImageSource(String name, ImageSourceType type)
-