Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TCompasFlowStatus
Packages that use TCompasFlowStatus
-
Uses of TCompasFlowStatus in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCompasFlowStatusMethods in org.lfenergy.compas.scl2007b4.model that return TCompasFlowStatusModifier and TypeMethodDescriptionstatic TCompasFlowStatus
TCompasFlow.getFlowStatus()
Gets the value of the flowStatus property.static TCompasFlowStatus
Returns the enum constant of this class with the specified name.static TCompasFlowStatus[]
TCompasFlowStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.compas.scl2007b4.model with parameters of type TCompasFlowStatusModifier and TypeMethodDescriptionvoid
TCompasFlow.setFlowStatus
(TCompasFlowStatus value) Sets the value of the flowStatus property.