Uses of Class
net.ssehub.easy.varModel.model.datatypes.QualifiedNameMode
-
Packages that use QualifiedNameMode Package Description net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.datatypes 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 QualifiedNameMode Modifier and Type Field Description private static QualifiedNameModeModelQuery. TYPE_SEARCH_MODEMethods in net.ssehub.easy.varModel.model with parameters of type QualifiedNameMode Modifier and Type Method Description private static ModelQuery.MqDatatypeVisitorModelQuery. getDatatypeVisitorInstance(QualifiedNameMode mode)Returns a pooled datatype visitor instance.static java.util.List<SearchResult>IvmlModelQuery. getElementsByNamePrefix(ModelElement element, java.lang.String namePrefix, QualifiedNameMode mode, SearchContext context, java.lang.Class<?>... restrictions)Searches a given set of elements by a name prefix starting atelement.static IvmlDatatypeVisitorIvmlDatatypeVisitor. getInstance(QualifiedNameMode mode)Obtains an instance.static java.lang.StringIvmlDatatypeVisitor. getType(IDatatype type, QualifiedNameMode mode)Returns the textual representation of the given type using an instance of this class.private static java.lang.StringModelQuery. getType(ContainableModelElement element, QualifiedNameMode mode)Returns the textual representation of the given element.private static java.lang.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 QualifiedNameMode Modifier and Type Field Description private QualifiedNameModeDatatypeVisitor. qualifiedNameModeStores whether qualified names shall be collected.Methods in net.ssehub.easy.varModel.model.datatypes that return QualifiedNameMode Modifier and Type Method Description QualifiedNameModeDatatypeVisitor. getQualifiedNameMode()Returns the mode to be applied when collecting names.static QualifiedNameModeQualifiedNameMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QualifiedNameMode[]QualifiedNameMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type QualifiedNameMode Modifier and Type Method Description voidDatatypeVisitor. setQualifiedNameMode(QualifiedNameMode qualifiedNameMode)Switches the mode for considering names.
-