Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TPhaseEnum
Packages that use TPhaseEnum
-
Uses of TPhaseEnum in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TPhaseEnumMethods in org.lfenergy.compas.scl2007b4.model that return TPhaseEnumModifier and TypeMethodDescriptionstatic TPhaseEnum
TSubEquipment.getPhase()
Gets the value of the phase property.static TPhaseEnum
Returns the enum constant of this class with the specified name.static TPhaseEnum[]
TPhaseEnum.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 TPhaseEnumModifier and TypeMethodDescriptionvoid
TSubEquipment.setPhase
(TPhaseEnum value) Sets the value of the phase property.