Class PathVariable
- java.lang.Object
-
- com.nomagic.magicdraw.pathvariables.PathVariable
-
@OpenApi public class PathVariable extends java.lang.Object
Path 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.String
getDescription()
Get variable description.java.lang.String
getName()
Get variable name.java.lang.String
getPath()
Get variable path.
-