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