Package com.nomagic.magicdraw.simulation
Class SimulationProfile.NestedUIConfigStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.simulation.SimulationProfile.NestedUIConfigStereotype
-
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.NestedUIConfigStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG
Specify which existing UI configuration will be used and displayed as the UI of the system part, which is represented by the property specified in the feature tag.static java.lang.String
FEATURE
Specify which property (part) of the context will be represented.static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
NestedUIConfigStereotype(SimulationProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearConfig(Element element)
void
clearFeature(Element element)
Element
getConfig(Element element)
Property
getConfigProperty()
Element
getFeature(Element element)
Property
getFeatureProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
static boolean
isInstance(Element element)
void
setConfig(Element element, Element value)
void
setFeature(Element element, Element value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
CONFIG
public static final java.lang.String CONFIG
Specify which existing UI configuration will be used and displayed as the UI of the system part, which is represented by the property specified in the feature tag.- See Also:
- Constant Field Values
-
FEATURE
public static final java.lang.String FEATURE
Specify which property (part) of the context will be represented.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NestedUIConfigStereotype
protected NestedUIConfigStereotype(SimulationProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getConfigProperty
@CheckForNull public Property getConfigProperty()
-
getFeatureProperty
@CheckForNull public Property getFeatureProperty()
-
clearConfig
public void clearConfig(Element element)
-
clearFeature
public void clearFeature(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-