Uses of Enum Class
org.lfenergy.compas.sct.commons.util.PrivateEnum
Packages that use PrivateEnum
-
Uses of PrivateEnum in org.lfenergy.compas.sct.commons.util
Methods in org.lfenergy.compas.sct.commons.util that return PrivateEnumModifier and TypeMethodDescriptionstatic PrivateEnumstatic PrivateEnumReturns the enum constant of this class with the specified name.static PrivateEnum[]PrivateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lfenergy.compas.sct.commons.util with parameters of type PrivateEnumModifier and TypeMethodDescriptionstatic voidPrivateUtils.removePrivates(TBaseElement baseElement, @NonNull PrivateEnum privateEnum) Removes all privates of type privateEnum from baseElement