Class UAF.LocationHolderStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.LocationHolderStereotype
Enclosing class:
UAF

public static class UAF.LocationHolderStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • LocationHolderStereotype

      protected LocationHolderStereotype(UAF profile)
  • 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
    • getPhysicalLocationProperty

      @CheckForNull public Property getPhysicalLocationProperty()
    • getRequiredEnvironmentProperty

      @CheckForNull public Property getRequiredEnvironmentProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • setPhysicalLocation

      public void setPhysicalLocation(Element element, @CheckForNull Collection<? extends Element> value)
    • clearPhysicalLocation

      public void clearPhysicalLocation(Element element)
    • addPhysicalLocation

      public void addPhysicalLocation(Element element, Element value)
    • removePhysicalLocation

      public void removePhysicalLocation(Element element, Element value)
    • getPhysicalLocation

      public List<Element> getPhysicalLocation(Element element)
    • setRequiredEnvironment

      public void setRequiredEnvironment(Element element, @CheckForNull Collection<? extends Element> value)
    • clearRequiredEnvironment

      public void clearRequiredEnvironment(Element element)
    • addRequiredEnvironment

      public void addRequiredEnvironment(Element element, Element value)
    • removeRequiredEnvironment

      public void removeRequiredEnvironment(Element element, Element value)
    • getRequiredEnvironment

      public List<Element> getRequiredEnvironment(Element element)
    • setURI

      public void setURI(Element element, @CheckForNull String value)
    • clearURI

      public void clearURI(Element element)
    • getURI

      @CheckForNull public String getURI(Element element)
    • setConformsTo

      public void setConformsTo(Element element, @CheckForNull Collection<? extends Element> value)
    • clearConformsTo

      public void clearConformsTo(Element element)
    • addConformsTo

      public void addConformsTo(Element element, Element value)
    • removeConformsTo

      public void removeConformsTo(Element element, Element value)
    • getConformsTo

      public List<Element> getConformsTo(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)