Class PathVariable
java.lang.Object
com.nomagic.magicdraw.pathvariables.PathVariable
Path Variable definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet variable description.getName()
Get variable name.getPath()
Get variable path.void
setDescription
(String description) Set variable description.void
Set variable name.void
Set variable path.
-
Constructor Details
-
PathVariable
Constructor.- Parameters:
name
- variable name.path
- path.description
- description.
-
-
Method Details
-
getName
Get variable name.- Returns:
- name.
-
setName
Set variable name.- Parameters:
name
- name.
-
getPath
Get variable path.- Returns:
- path.
-
setPath
Set variable path.- Parameters:
path
- path.
-
getDescription
Get variable description.- Returns:
- description.
-
setDescription
Set variable description.- Parameters:
description
- description.
-