Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TValKindEnum
-
Uses of TValKindEnum in org.lfenergy.compas.scl2007b4.model
Modifier and TypeFieldDescriptionprotected TValKindEnum
TAbstractDataAttribute.valKind
protected TValKindEnum
TDAI.valKind
Modifier and TypeMethodDescriptionstatic TValKindEnum
TAbstractDataAttribute.getValKind()
Gets the value of the valKind property.TDAI.getValKind()
Gets the value of the valKind property.static TValKindEnum
Returns 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.Modifier and TypeMethodDescriptionvoid
TAbstractDataAttribute.setValKind
(TValKindEnum value) Sets the value of the valKind property.void
TDAI.setValKind
(TValKindEnum value) Sets the value of the valKind property.