Uses of Class
net.ssehub.easy.producer.ui.productline_editor.configuration.AttributeValuesPage.AttributeAssignmentState
-
Packages that use AttributeValuesPage.AttributeAssignmentState Package Description net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors. -
-
Uses of AttributeValuesPage.AttributeAssignmentState in net.ssehub.easy.producer.ui.productline_editor.configuration
Methods in net.ssehub.easy.producer.ui.productline_editor.configuration that return AttributeValuesPage.AttributeAssignmentState Modifier and Type Method Description static AttributeValuesPage.AttributeAssignmentStateAttributeValuesPage.AttributeAssignmentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeValuesPage.AttributeAssignmentState[]AttributeValuesPage.AttributeAssignmentState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-