Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TValKindEnum
Packages that use TValKindEnum
-
Uses of TValKindEnum in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TValKindEnumModifier and TypeFieldDescriptionprotected TValKindEnumTAbstractDataAttribute.valKindprotected TValKindEnumTDAI.valKindMethods in org.lfenergy.compas.scl2007b4.model that return TValKindEnumModifier and TypeMethodDescriptionstatic TValKindEnumTAbstractDataAttribute.getValKind()Gets the value of the valKind property.TDAI.getValKind()Gets the value of the valKind property.static TValKindEnumReturns the enum constant of this class with the specified name.static TValKindEnum[]TValKindEnum.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 TValKindEnumModifier and TypeMethodDescriptionvoidTAbstractDataAttribute.setValKind(TValKindEnum value) Sets the value of the valKind property.voidTDAI.setValKind(TValKindEnum value) Sets the value of the valKind property.