Package com.nomagic.magicdraw.sysml.util
Class MDCustomizationForSysMLProfile.FmuStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile.FmuStereotype
-
- Enclosing class:
- MDCustomizationForSysMLProfile
public static class MDCustomizationForSysMLProfile.FmuStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private MDCustomizationForSysMLProfile_pprivate PropertyfmiVersionstatic java.lang.StringFMIVERSIONprivate Propertyguidstatic java.lang.StringGUIDprivate PropertymodelIdentifierstatic java.lang.StringMODELIDENTIFIERprivate PropertymodelNamestatic java.lang.StringMODELNAMEstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringURL
-
Constructor Summary
Constructors Modifier Constructor Description protectedFmuStereotype(MDCustomizationForSysMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearFMIVersion(Element element)voidclearGUID(Element element)voidclearModelIdentifier(Element element)voidclearModelName(Element element)voidclearUrl(Element element)java.lang.StringgetFMIVersion(Element element)PropertygetFMIVersionProperty()java.lang.StringgetGUID(Element element)PropertygetGUIDProperty()java.lang.StringgetModelIdentifier(Element element)PropertygetModelIdentifierProperty()java.lang.StringgetModelName(Element element)PropertygetModelNameProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetUrl(Element element)PropertygetUrlProperty()booleanis(Element element)static booleanisInstance(Element element)voidsetFMIVersion(Element element, java.lang.String value)voidsetGUID(Element element, java.lang.String value)voidsetModelIdentifier(Element element, java.lang.String value)voidsetModelName(Element element, java.lang.String value)voidsetUrl(Element element, java.lang.String value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
FMIVERSION
public static final java.lang.String FMIVERSION
- See Also:
- Constant Field Values
-
GUID
public static final java.lang.String GUID
- See Also:
- Constant Field Values
-
MODELIDENTIFIER
public static final java.lang.String MODELIDENTIFIER
- See Also:
- Constant Field Values
-
MODELNAME
public static final java.lang.String MODELNAME
- See Also:
- Constant Field Values
-
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
-
_p
private final MDCustomizationForSysMLProfile _p
-
fmiVersion
@CheckForNull private Property fmiVersion
-
guid
@CheckForNull private Property guid
-
modelIdentifier
@CheckForNull private Property modelIdentifier
-
modelName
@CheckForNull private Property modelName
-
-
Constructor Detail
-
FmuStereotype
protected FmuStereotype(MDCustomizationForSysMLProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getFMIVersionProperty
@CheckForNull public Property getFMIVersionProperty()
-
getGUIDProperty
@CheckForNull public Property getGUIDProperty()
-
getModelIdentifierProperty
@CheckForNull public Property getModelIdentifierProperty()
-
getModelNameProperty
@CheckForNull public Property getModelNameProperty()
-
getUrlProperty
@CheckForNull public Property getUrlProperty()
-
setFMIVersion
public void setFMIVersion(Element element, @CheckForNull java.lang.String value)
-
clearFMIVersion
public void clearFMIVersion(Element element)
-
getFMIVersion
@CheckForNull public java.lang.String getFMIVersion(Element element)
-
setGUID
public void setGUID(Element element, @CheckForNull java.lang.String value)
-
clearGUID
public void clearGUID(Element element)
-
getGUID
@CheckForNull public java.lang.String getGUID(Element element)
-
setModelIdentifier
public void setModelIdentifier(Element element, @CheckForNull java.lang.String value)
-
clearModelIdentifier
public void clearModelIdentifier(Element element)
-
getModelIdentifier
@CheckForNull public java.lang.String getModelIdentifier(Element element)
-
setModelName
public void setModelName(Element element, @CheckForNull java.lang.String value)
-
clearModelName
public void clearModelName(Element element)
-
getModelName
@CheckForNull public java.lang.String getModelName(Element element)
-
setUrl
public void setUrl(Element element, @CheckForNull java.lang.String value)
-
clearUrl
public void clearUrl(Element element)
-
getUrl
@CheckForNull public java.lang.String getUrl(Element element)
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-