JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.nomagic.magicdraw.evaluation
Interface NamedArgument
@OpenApiAll
public interface
NamedArgument
Argument with the name.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Argument name.
Object
getValue
()
Argument value.
Method Details
getName
String
getName
()
Argument name.
Returns:
name.
getValue
Object
getValue
()
Argument value.
Returns:
value.