Interface StereotypesDisplayModeOwner

All Known Implementing Classes:
com.nomagic.magicdraw.uml.symbols.shapes.AbstractShapeWithLabelsInside, ActionView, com.nomagic.magicdraw.uml.symbols.shapes.ActivityGroupView, ActorView, ArtifactView, AssociationClassView, AssociationView, BarView, com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView, com.nomagic.magicdraw.uml.symbols.shapes.BaseLifelineView, com.nomagic.magicdraw.uml.symbols.paths.BaseRealizationView, CallBehaviorActionView, CallOperationActionView, ClassifierView, ClassView, CollaborationUseView, CollaborationView, CombinedFragmentView, CommentView, CommunicationPathView, ComponentView, ConditionalNodeView, ConnectorToSelfView, ConnectorView, ControlFlowView, DataTypeView, DecisionView, DependencyView, DeploymentView, DiagramFrameView, DiagramLegendShape, DiagramPresentationElement, DiagramShape, DurationConstraintView, ElementImportView, EnumerationView, ExceptionHandlerView, ExpansionNodeView, ExpansionRegionView, ExtendView, ExtensionView, FoundMessageView, com.nomagic.magicdraw.uml.symbols.shapes.FragmentView, com.nomagic.magicdraw.uml.symbols.shapes.FrameView, GeneralizationSetView, GeneralizationView, GenericView, com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView, IncludeView, InformationFlowView, InformationItemView, InstanceSpecificationView, InteractionUseOverviewView, InteractionUseView, InterfaceRealizationView, InterfaceView, InterruptibleActivityRegionView, LifelineView, LinkView, com.nomagic.magicdraw.uml.symbols.paths.LinkWithEndsView, com.nomagic.magicdraw.uml.symbols.paths.LinkWithRolesView, com.nomagic.magicdraw.uml.symbols.paths.LinkWithStereotype, LoopNodeView, com.nomagic.magicdraw.uml.symbols.paths.LostFoundMessageView, LostMessageView, MessageView, NodeInstanceSpecificationView, NodeView, NoteView, ObjectFlowView, ObjectNodeView, OpaqueActionView, PackageImportView, PackageMergeView, PackageView, PartView, com.nomagic.magicdraw.uml.symbols.shapes.PathToSelfShape, PinView, PortView, PrimitiveTypeView, ProfileApplicationView, PseudoNodeView, PseudoStateView, RealizationView, RoleBindingView, com.nomagic.magicdraw.uml.symbols.paths.SeqBaseMessageView, SeqMessageView, SeqSelfMessageView, SequenceLifelineView, SequenceNodeView, com.nomagic.magicdraw.uml.symbols.shapes.ShapeWithLabels, SignalActionView, SignalView, StateInvariantView, StateView, StereotypeView, StructuredActivityNodeView, SwimlaneView, TemplateBindingView, TimeConstraintView, TransitionToSelfView, TransitionView, com.nomagic.magicdraw.uml.symbols.shapes.TypedElementView, com.nomagic.magicdraw.uml.symbols.shapes.TypedElementWithLabels, UsageView, UseCaseView

@OpenApiAll public interface StereotypesDisplayModeOwner
Represents an entity which can have stereotype display modes. Holds possible stereotype display mode constant values.
  • Field Details

    • STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON

      static final String STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON
      Stereotype name and icon will be displayed.
      See Also:
    • STEREOTYPE_DISPLAY_MODE_TEXT

      static final String STEREOTYPE_DISPLAY_MODE_TEXT
      Stereotype name will be displayed.
      See Also:
    • STEREOTYPE_DISPLAY_MODE_ICON

      static final String STEREOTYPE_DISPLAY_MODE_ICON
      Stereotype icon will be displayed.
      See Also:
    • STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT

      static final String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT
      Large icon covering all shape will be displayed with stereotype name.
      See Also:
    • STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE

      static final String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE
      Large icon covering all shape will be displayed without stereotype name.
      See Also:
    • STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES

      static final String STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES
      Name and icon will not be displayed on element shape.
      See Also:
    • DSL_STEREOTYPE_DISPLAY_MODE_ALL

      static final String DSL_STEREOTYPE_DISPLAY_MODE_ALL
      Display all DSL stereotypes
      See Also:
    • DSL_STEREOTYPE_DISPLAY_MODE_LAST

      static final String DSL_STEREOTYPE_DISPLAY_MODE_LAST
      Display only last DSL stereotype
      See Also:
    • DSL_STEREOTYPE_DISPLAY_MODE_NONE

      static final String DSL_STEREOTYPE_DISPLAY_MODE_NONE
      Display none DSL stereotypes
      See Also:
    • DSL_STEREOTYPE_DISPLAY_MODES

      static final List<String> DSL_STEREOTYPE_DISPLAY_MODES
      Possible DSL stereotypes display modes
    • STEREOTYPES_DISPLAY_MODES

      static final List<String> STEREOTYPES_DISPLAY_MODES
      Possible stereotype display modes.
    • STEREOTYPES_DISPLAY_MODES_SIMPLE

      static final List<String> STEREOTYPES_DISPLAY_MODES_SIMPLE
      Possible stereotype display modes for shapes which cannot be suppressed.
  • Method Details

    • getStereotypesDisplayMode

      String getStereotypesDisplayMode()
      Gets stereotype display mode.
      Returns:
      stereotype display mode.
    • sSetStereotypesDisplayMode

      void sSetStereotypesDisplayMode(String mode)
      Simple sets (no updates) stereotypes display mode.
      Parameters:
      mode - stereotypes display mode value.
    • setStereotypesDisplayMode

      void setStereotypesDisplayMode(String mode)
      Sets stereotype display mode value.
      Parameters:
      mode - stereotype display mode.
    • getDSLStereotypesDisplayMode

      String getDSLStereotypesDisplayMode()
      Gets DSL stereotype display mode.
      Returns:
      stereotype display mode.
    • sSetDSLStereotypesDisplayMode

      void sSetDSLStereotypesDisplayMode(String mode)
      Simple sets (no updates) DSL stereotypes display mode.
      Parameters:
      mode - stereotypes display mode value.
    • setDSLStereotypesDisplayMode

      void setDSLStereotypesDisplayMode(String mode)
      Sets DSL stereotype display mode value.
      Parameters:
      mode - stereotype display mode.