Uses of Enum Class
net.ssehub.easy.varModel.model.datatypes.QualifiedNameMode
Packages that use QualifiedNameMode
Package
Description
Base package for the variability model.
Base directory for the main datatype classes.
-
Uses of QualifiedNameMode in net.ssehub.easy.varModel.model
Fields in net.ssehub.easy.varModel.model declared as QualifiedNameModeModifier and TypeFieldDescriptionprivate static final QualifiedNameModeModelQuery.TYPE_SEARCH_MODEMethods in net.ssehub.easy.varModel.model with parameters of type QualifiedNameModeModifier and TypeMethodDescriptionprivate static final ModelQuery.MqDatatypeVisitorModelQuery.getDatatypeVisitorInstance(QualifiedNameMode mode) Returns a pooled datatype visitor instance.static List<SearchResult> IvmlModelQuery.getElementsByNamePrefix(ModelElement element, String namePrefix, QualifiedNameMode mode, SearchContext context, Class<?>... restrictions) Searches a given set of elements by a name prefix starting atelement.static final IvmlDatatypeVisitorIvmlDatatypeVisitor.getInstance(QualifiedNameMode mode) Obtains an instance.static final StringIvmlDatatypeVisitor.getType(IDatatype type, QualifiedNameMode mode) Returns the textual representation of the given type using an instance of this class.private static final StringModelQuery.getType(ContainableModelElement element, QualifiedNameMode mode) Returns the textual representation of the given element.private static final StringModelQuery.getType(IDatatype type, QualifiedNameMode mode) Returns the textual representation of the given type. -
Uses of QualifiedNameMode in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes declared as QualifiedNameModeModifier and TypeFieldDescriptionprivate QualifiedNameModeDatatypeVisitor.qualifiedNameModeStores whether qualified names shall be collected.Methods in net.ssehub.easy.varModel.model.datatypes that return QualifiedNameModeModifier and TypeMethodDescriptionDatatypeVisitor.getQualifiedNameMode()Returns the mode to be applied when collecting names.static QualifiedNameModeReturns the enum constant of this class with the specified name.static QualifiedNameMode[]QualifiedNameMode.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 QualifiedNameModeModifier and TypeMethodDescriptionvoidDatatypeVisitor.setQualifiedNameMode(QualifiedNameMode qualifiedNameMode) Switches the mode for considering names.