Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TCompasFlowKind
Packages that use TCompasFlowKind
-
Uses of TCompasFlowKind in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TCompasFlowKindMethods in org.lfenergy.compas.scl2007b4.model that return TCompasFlowKindModifier and TypeMethodDescriptionstatic TCompasFlowKindTCompasFlow.getFlowKind()Gets the value of the flowKind property.static TCompasFlowKindReturns the enum constant of this class with the specified name.static TCompasFlowKind[]TCompasFlowKind.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 TCompasFlowKindModifier and TypeMethodDescriptionvoidTCompasFlow.setFlowKind(TCompasFlowKind value) Sets the value of the flowKind property.