Uses of Enum Class
net.ssehub.easy.varModel.model.filter.ModelElementTypeFinder.ClassType
Packages that use ModelElementTypeFinder.ClassType
Package
Description
This package contains utility classes for filtering the model for specific model elements.
-
Uses of ModelElementTypeFinder.ClassType in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter declared as ModelElementTypeFinder.ClassTypeModifier and TypeFieldDescriptionprivate ModelElementTypeFinder.ClassTypeModelElementTypeFinder.ModelElementDescription.elementClassStores the class the model element is an instance of.Methods in net.ssehub.easy.varModel.model.filter that return ModelElementTypeFinder.ClassTypeModifier and TypeMethodDescriptionprivate ModelElementTypeFinder.ClassTypeModelElementTypeFinder.getClassTypeFromFreezable(IFreezable freezable) Returns theModelElementTypeFinder.ClassTypethe givenIFreezableis an instance of.ModelElementTypeFinder.ModelElementDescription.getElementClass()Returns the class of the model element thisModelElementTypeFinder.ModelElementDescriptiondescribes.Returns the enum constant of this class with the specified name.static ModelElementTypeFinder.ClassType[]ModelElementTypeFinder.ClassType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.varModel.model.filter with parameters of type ModelElementTypeFinder.ClassTypeModifier and TypeMethodDescriptionstatic StringModelElementTypeFinder.toString(ModelElementTypeFinder.ClassType type) Returns the textual representation of aModelElementTypeFinder.ClassType.Constructors in net.ssehub.easy.varModel.model.filter with parameters of type ModelElementTypeFinder.ClassTypeModifierConstructorDescriptionModelElementDescription(String name, String type, ModelElementTypeFinder.ClassType clazz) Constructs anModelElementTypeFinder.ModelElementDescriptionthat provides the name, type and class of a model element.