Uses of Enum Class
org.lfenergy.compas.scl2007b4.model.TAssociationKindEnum
Packages that use TAssociationKindEnum
-
Uses of TAssociationKindEnum in org.lfenergy.compas.scl2007b4.model
Fields in org.lfenergy.compas.scl2007b4.model declared as TAssociationKindEnumMethods in org.lfenergy.compas.scl2007b4.model that return TAssociationKindEnumModifier and TypeMethodDescriptionstatic TAssociationKindEnumTAssociation.getKind()Gets the value of the kind property.static TAssociationKindEnumReturns the enum constant of this class with the specified name.static TAssociationKindEnum[]TAssociationKindEnum.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 TAssociationKindEnumModifier and TypeMethodDescriptionvoidTAssociation.setKind(TAssociationKindEnum value) Sets the value of the kind property.