Class UAF.ProtocolImplementationStereotype

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

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

  • Constructor Details

    • ProtocolImplementationStereotype

      protected ProtocolImplementationStereotype(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
    • getImplementsProperty

      @CheckForNull public Property getImplementsProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • setImplements

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

      public void clearImplements(Element element)
    • addImplements

      public void addImplements(Element element, Element value)
    • removeImplements

      public void removeImplements(Element element, Element value)
    • getImplements

      public List<Element> getImplements(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)