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 Summary
Modifier and TypeFieldDescriptionstatic final String
Display all DSL stereotypesstatic final String
Display only last DSL stereotypestatic final String
Display none DSL stereotypesPossible DSL stereotypes display modesstatic final String
Name and icon will not be displayed on element shape.static final String
Stereotype icon will be displayed.static final String
Large icon covering all shape will be displayed without stereotype name.static final String
Large icon covering all shape will be displayed with stereotype name.static final String
Stereotype name will be displayed.static final String
Stereotype name and icon will be displayed.Possible stereotype display modes.Possible stereotype display modes for shapes which cannot be suppressed. -
Method Summary
Modifier and TypeMethodDescriptionGets DSL stereotype display mode.Gets stereotype display mode.void
Sets DSL stereotype display mode value.void
Sets stereotype display mode value.void
Simple sets (no updates) DSL stereotypes display mode.void
Simple sets (no updates) stereotypes display mode.
-
Field Details
-
STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON
Stereotype name and icon will be displayed.- See Also:
-
STEREOTYPE_DISPLAY_MODE_TEXT
Stereotype name will be displayed.- See Also:
-
STEREOTYPE_DISPLAY_MODE_ICON
Stereotype icon will be displayed.- See Also:
-
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
Large icon covering all shape will be displayed without stereotype name.- See Also:
-
STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES
Name and icon will not be displayed on element shape.- See Also:
-
DSL_STEREOTYPE_DISPLAY_MODE_ALL
Display all DSL stereotypes- See Also:
-
DSL_STEREOTYPE_DISPLAY_MODE_LAST
Display only last DSL stereotype- See Also:
-
DSL_STEREOTYPE_DISPLAY_MODE_NONE
Display none DSL stereotypes- See Also:
-
DSL_STEREOTYPE_DISPLAY_MODES
Possible DSL stereotypes display modes -
STEREOTYPES_DISPLAY_MODES
Possible stereotype display modes. -
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
Simple sets (no updates) stereotypes display mode.- Parameters:
mode
- stereotypes display mode value.
-
setStereotypesDisplayMode
Sets stereotype display mode value.- Parameters:
mode
- stereotype display mode.
-
getDSLStereotypesDisplayMode
String getDSLStereotypesDisplayMode()Gets DSL stereotype display mode.- Returns:
- stereotype display mode.
-
sSetDSLStereotypesDisplayMode
Simple sets (no updates) DSL stereotypes display mode.- Parameters:
mode
- stereotypes display mode value.
-
setDSLStereotypesDisplayMode
Sets DSL stereotype display mode value.- Parameters:
mode
- stereotype display mode.
-