Interface StereotypesDisplayModeOwner
-
- All Known Implementing Classes:
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 StereotypesDisplayModeOwnerRepresents an entity which can have stereotype display modes. Holds possible stereotype display mode constant values.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDSL_STEREOTYPE_DISPLAY_MODE_ALLDisplay all DSL stereotypesstatic java.lang.StringDSL_STEREOTYPE_DISPLAY_MODE_LASTDisplay only last DSL stereotypestatic java.lang.StringDSL_STEREOTYPE_DISPLAY_MODE_NONEDisplay none DSL stereotypesstatic java.util.List<java.lang.String>DSL_STEREOTYPE_DISPLAY_MODESPossible DSL stereotypes display modesstatic java.lang.StringSTEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPESName and icon will not be displayed on element shape.static java.lang.StringSTEREOTYPE_DISPLAY_MODE_ICONStereotype icon will be displayed.static java.lang.StringSTEREOTYPE_DISPLAY_MODE_SHAPE_IMAGELarge icon covering all shape will be displayed without stereotype name.static java.lang.StringSTEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXTLarge icon covering all shape will be displayed with stereotype name.static java.lang.StringSTEREOTYPE_DISPLAY_MODE_TEXTStereotype name will be displayed.static java.lang.StringSTEREOTYPE_DISPLAY_MODE_TEXT_AND_ICONStereotype name and icon will be displayed.static java.util.List<java.lang.String>STEREOTYPES_DISPLAY_MODESPossible stereotype display modes.static java.util.List<java.lang.String>STEREOTYPES_DISPLAY_MODES_SIMPLEPossible stereotype display modes for shapes which cannot be suppressed.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDSLStereotypesDisplayMode()Gets DSL stereotype display mode.java.lang.StringgetStereotypesDisplayMode()Gets stereotype display mode.voidsetDSLStereotypesDisplayMode(java.lang.String mode)Sets DSL stereotype display mode value.voidsetStereotypesDisplayMode(java.lang.String mode)Sets stereotype display mode value.voidsSetDSLStereotypesDisplayMode(java.lang.String mode)Simple sets (no updates) DSL stereotypes display mode.voidsSetStereotypesDisplayMode(java.lang.String mode)Simple sets (no updates) stereotypes display mode.
-
-
-
Field Detail
-
STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON
static final java.lang.String STEREOTYPE_DISPLAY_MODE_TEXT_AND_ICON
Stereotype name and icon will be displayed.- See Also:
- Constant Field Values
-
STEREOTYPE_DISPLAY_MODE_TEXT
static final java.lang.String STEREOTYPE_DISPLAY_MODE_TEXT
Stereotype name will be displayed.- See Also:
- Constant Field Values
-
STEREOTYPE_DISPLAY_MODE_ICON
static final java.lang.String STEREOTYPE_DISPLAY_MODE_ICON
Stereotype icon will be displayed.- See Also:
- Constant Field Values
-
STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT
static final java.lang.String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE_AND_TEXT
Large icon covering all shape will be displayed with stereotype name.- See Also:
- Constant Field Values
-
STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE
static final java.lang.String STEREOTYPE_DISPLAY_MODE_SHAPE_IMAGE
Large icon covering all shape will be displayed without stereotype name.- See Also:
- Constant Field Values
-
STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES
static final java.lang.String STEREOTYPE_DISPLAY_MODE_DO_NOT_DISPLAY_STEREOTYPES
Name and icon will not be displayed on element shape.- See Also:
- Constant Field Values
-
DSL_STEREOTYPE_DISPLAY_MODE_ALL
static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_ALL
Display all DSL stereotypes- See Also:
- Constant Field Values
-
DSL_STEREOTYPE_DISPLAY_MODE_LAST
static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_LAST
Display only last DSL stereotype- See Also:
- Constant Field Values
-
DSL_STEREOTYPE_DISPLAY_MODE_NONE
static final java.lang.String DSL_STEREOTYPE_DISPLAY_MODE_NONE
Display none DSL stereotypes- See Also:
- Constant Field Values
-
DSL_STEREOTYPE_DISPLAY_MODES
static final java.util.List<java.lang.String> DSL_STEREOTYPE_DISPLAY_MODES
Possible DSL stereotypes display modes
-
STEREOTYPES_DISPLAY_MODES
static final java.util.List<java.lang.String> STEREOTYPES_DISPLAY_MODES
Possible stereotype display modes.
-
STEREOTYPES_DISPLAY_MODES_SIMPLE
static final java.util.List<java.lang.String> STEREOTYPES_DISPLAY_MODES_SIMPLE
Possible stereotype display modes for shapes which cannot be suppressed.
-
-
Method Detail
-
getStereotypesDisplayMode
java.lang.String getStereotypesDisplayMode()
Gets stereotype display mode.- Returns:
- stereotype display mode.
-
sSetStereotypesDisplayMode
void sSetStereotypesDisplayMode(java.lang.String mode)
Simple sets (no updates) stereotypes display mode.- Parameters:
mode- stereotypes display mode value.
-
setStereotypesDisplayMode
void setStereotypesDisplayMode(java.lang.String mode)
Sets stereotype display mode value.- Parameters:
mode- stereotype display mode.
-
getDSLStereotypesDisplayMode
java.lang.String getDSLStereotypesDisplayMode()
Gets DSL stereotype display mode.- Returns:
- stereotype display mode.
-
sSetDSLStereotypesDisplayMode
void sSetDSLStereotypesDisplayMode(java.lang.String mode)
Simple sets (no updates) DSL stereotypes display mode.- Parameters:
mode- stereotypes display mode value.
-
setDSLStereotypesDisplayMode
void setDSLStereotypesDisplayMode(java.lang.String mode)
Sets DSL stereotype display mode value.- Parameters:
mode- stereotype display mode.
-
-