Package com.nomagic.magicdraw.simulation
Class SimulationProfile.WidgetStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.WidgetStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.WidgetStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Specify nested property pathsstatic final String
Specify the classifier represented by the configuration.static final String
Specify the implementation class for the UI component.static final String
static final String
Structural feature which value should be represented for the configuration. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNestedPropertyPaths
(Element element, String value) void
void
clearNestedPropertyPaths
(Element element) void
clearRepresents
(Element element) void
clearSource
(Element element) void
clearValue
(Element element) getNestedPropertyPaths
(Element element) getRepresents
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeNestedPropertyPaths
(Element element, String value) void
removeValue
(Element element, Element value) void
setNestedPropertyPaths
(Element element, Collection<String> value) void
setRepresents
(Element element, Element value) void
void
setValue
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SOURCE
Specify the implementation class for the UI component. It must be a Java class that implements the com.nomagic.magicdraw.simulation.uiprototype.Mockup interface.- See Also:
-
NESTEDPROPERTYPATHS
Specify nested property paths- See Also:
-
REPRESENTS
Specify the classifier represented by the configuration.- See Also:
-
VALUE
Structural feature which value should be represented for the configuration.- See Also:
-
-
Constructor Details
-
WidgetStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getSourceProperty
-
getNestedPropertyPathsProperty
-
getRepresentsProperty
-
getValueProperty
-
setSource
-
clearSource
-
getSource
-
setNestedPropertyPaths
-
clearNestedPropertyPaths
-
addNestedPropertyPaths
-
removeNestedPropertyPaths
-
getNestedPropertyPaths
-
setRepresents
-
clearRepresents
-
getRepresents
-
setValue
-
clearValue
-
addValue
-
removeValue
-
getValue
-
is
-
isInstance
-