Class MDCustomizationForSysMLProfile.FmuStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile.FmuStereotype
Enclosing class:
MDCustomizationForSysMLProfile

public static class MDCustomizationForSysMLProfile.FmuStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getFMIVersionProperty

      @CheckForNull public Property getFMIVersionProperty()
    • getGUIDProperty

      @CheckForNull public Property getGUIDProperty()
    • getModelIdentifierProperty

      @CheckForNull public Property getModelIdentifierProperty()
    • getModelNameProperty

      @CheckForNull public Property getModelNameProperty()
    • getFormatProperty

      @CheckForNull public Property getFormatProperty()
    • getPlatformsProperty

      @CheckForNull public Property getPlatformsProperty()
    • getGenerationDateProperty

      @CheckForNull public Property getGenerationDateProperty()
    • getGenerationToolProperty

      @CheckForNull public Property getGenerationToolProperty()
    • getDescriptionProperty

      @CheckForNull public Property getDescriptionProperty()
    • getUrlProperty

      @CheckForNull public Property getUrlProperty()
    • setFMIVersion

      public void setFMIVersion(Element element, @CheckForNull String value)
    • clearFMIVersion

      public void clearFMIVersion(Element element)
    • getFMIVersion

      @CheckForNull public String getFMIVersion(Element element)
    • setGUID

      public void setGUID(Element element, @CheckForNull String value)
    • clearGUID

      public void clearGUID(Element element)
    • getGUID

      @CheckForNull public String getGUID(Element element)
    • setModelIdentifier

      public void setModelIdentifier(Element element, @CheckForNull String value)
    • clearModelIdentifier

      public void clearModelIdentifier(Element element)
    • getModelIdentifier

      @CheckForNull public String getModelIdentifier(Element element)
    • setModelName

      public void setModelName(Element element, @CheckForNull String value)
    • clearModelName

      public void clearModelName(Element element)
    • getModelName

      @CheckForNull public String getModelName(Element element)
    • setFormat

      public void setFormat(Element element, @CheckForNull String value)
    • clearFormat

      public void clearFormat(Element element)
    • getFormat

      @CheckForNull public String getFormat(Element element)
    • setPlatforms

      public void setPlatforms(Element element, @CheckForNull String value)
    • clearPlatforms

      public void clearPlatforms(Element element)
    • getPlatforms

      @CheckForNull public String getPlatforms(Element element)
    • setGenerationDate

      public void setGenerationDate(Element element, @CheckForNull String value)
    • clearGenerationDate

      public void clearGenerationDate(Element element)
    • getGenerationDate

      @CheckForNull public String getGenerationDate(Element element)
    • setGenerationTool

      public void setGenerationTool(Element element, @CheckForNull String value)
    • clearGenerationTool

      public void clearGenerationTool(Element element)
    • getGenerationTool

      @CheckForNull public String getGenerationTool(Element element)
    • setDescription

      public void setDescription(Element element, @CheckForNull String value)
    • clearDescription

      public void clearDescription(Element element)
    • getDescription

      @CheckForNull public String getDescription(Element element)
    • setUrl

      public void setUrl(Element element, @CheckForNull String value)
    • clearUrl

      public void clearUrl(Element element)
    • getUrl

      @CheckForNull public String getUrl(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)