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