Uses of Class
fi.tut.mei.capabilityQueryLib.model.Device.Type
-
Packages that use Device.Type Package Description fi.tut.mei.capabilityQueryLib.model -
-
Uses of Device.Type in fi.tut.mei.capabilityQueryLib.model
Methods in fi.tut.mei.capabilityQueryLib.model that return Device.Type Modifier and Type Method Description Device.Type
Device. getType()
Get the type of the device.static Device.Type
Device.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Device.Type[]
Device.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fi.tut.mei.capabilityQueryLib.model with parameters of type Device.Type Constructor Description Device(String name, Device.Type type)
Create a device with the given name and type informationDeviceWithCapabilities(String name, Device.Type type)
Create with a given name.
-