getString

UMLOperation
StarUML Metamodel :: Data Model :: UML :: UMLModelElement :: getString

Description

Returns a string representation of the model element.

Example

var str = elem.getString({showType: true, showMultiplicity: true});

Parameters

Direction Name Type Description
in options Object

Options for string representation. Possible options are below:

  • showVisibility : boolean
  • showNamespace : boolean
  • showProperty : boolean
  • showType : boolean
  • showMultiplicity : boolean
  • showOperationSignature : boolean
return (unnamed) String

Properties

Name Value
name getString
stereotype null
visibility public
isStatic false
isLeaf false
featureDirection provided
parameters options , (Parameter)
raisedExceptions
concurrency sequential
isQuery false
isAbstract false
specification