Uses of Class
com.saperion.ngc.resultset.FileIcon.KnownExtensions
-
Packages that use FileIcon.KnownExtensions Package Description com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of FileIcon.KnownExtensions in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return FileIcon.KnownExtensions Modifier and Type Method Description static FileIcon.KnownExtensions
FileIcon.KnownExtensions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileIcon.KnownExtensions[]
FileIcon.KnownExtensions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-