Uses of Class
com.netgrif.application.engine.importer.model.IconType
-
Packages that use IconType Package Description com.netgrif.application.engine.importer.model -
-
Uses of IconType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as IconType Modifier and Type Field Description protected IconTypeIcon. typeMethods in com.netgrif.application.engine.importer.model that return IconType Modifier and Type Method Description static IconTypeIconType. fromValue(java.lang.String v)IconTypeIcon. getType()Gets the value of the type property.static IconTypeIconType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IconType[]IconType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type IconType Modifier and Type Method Description voidIcon. setType(IconType value)Sets the value of the type property.
-