Class PathVariable
- java.lang.Object
-
- com.nomagic.magicdraw.pathvariables.PathVariable
-
@OpenApi public class PathVariable extends java.lang.ObjectPath Variable definition.
-
-
Constructor Summary
Constructors Constructor Description PathVariable(java.lang.String name, java.lang.String path, java.lang.String description)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Get variable description.java.lang.StringgetName()Get variable name.java.lang.StringgetPath()Get variable path.
-