Uses of Class
net.officefloor.woof.model.objects.WoofStartBeforeModel.WoofStartBeforeEvent
-
Packages that use WoofStartBeforeModel.WoofStartBeforeEvent Package Description net.officefloor.woof.model.objects -
-
Uses of WoofStartBeforeModel.WoofStartBeforeEvent in net.officefloor.woof.model.objects
Methods in net.officefloor.woof.model.objects that return WoofStartBeforeModel.WoofStartBeforeEvent Modifier and Type Method Description static WoofStartBeforeModel.WoofStartBeforeEvent
WoofStartBeforeModel.WoofStartBeforeEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WoofStartBeforeModel.WoofStartBeforeEvent[]
WoofStartBeforeModel.WoofStartBeforeEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-