Uses of Class
org.seamcat.model.plugin.system.BuiltInSystem
-
Packages that use BuiltInSystem Package Description org.seamcat.model.factory org.seamcat.model.plugin.system -
-
Uses of BuiltInSystem in org.seamcat.model.factory
Methods in org.seamcat.model.factory with parameters of type BuiltInSystem Modifier and Type Method Description static boolean
Factory. equals(SystemPlugin system, BuiltInSystem type)
boolean
SystemHandler. equals(SystemPlugin system, BuiltInSystem type)
static boolean
Factory. in(SystemPlugin system, BuiltInSystem... type)
-
Uses of BuiltInSystem in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return BuiltInSystem Modifier and Type Method Description static BuiltInSystem
BuiltInSystem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BuiltInSystem[]
BuiltInSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-