Uses of Enum Class
net.ssehub.easy.varModel.model.datatypes.Operation.FormattingHint
Packages that use Operation.FormattingHint
Package
Description
Base directory for the main datatype classes.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
-
Uses of Operation.FormattingHint in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes declared as Operation.FormattingHintMethods in net.ssehub.easy.varModel.model.datatypes that return Operation.FormattingHintModifier and TypeMethodDescriptionOperation.getFormattingHint()Returns the formatting hint.static Operation.FormattingHintReturns the enum constant of this class with the specified name.static Operation.FormattingHint[]Operation.FormattingHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Operation.FormattingHintModifier and TypeMethodDescription(package private) OperationOperation.markByFormattingHint(Operation.FormattingHint formattingHint) Marks this operation by a formatting hint. -
Uses of Operation.FormattingHint in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Operation.FormattingHintModifier and TypeMethodDescriptionprotected voidIVMLWriter.appendOCLFeatureCall(OCLFeatureCall call, Operation.FormattingHint hint) Does the formatting of an OCL feature call and allows for overwriting.