Table of Contents

Class JvmParameter

Namespace
TypedRest.CodeGeneration.Jvm.Model
Assembly
TypedRest.CodeGeneration.Jvm.dll

A parameter of a generated constructor.

public sealed class JvmParameter
Inheritance
object
JvmParameter

Constructors

JvmParameter(string, JvmIdentifier)

A parameter of a generated constructor.

public JvmParameter(string name, JvmIdentifier type)

Parameters

name string

The name of the parameter.

type JvmIdentifier

The type of the parameter.

Properties

Name

The name of the parameter.

public string Name { get; }

Property Value

string

Type

The type of the parameter.

public JvmIdentifier Type { get; }

Property Value

JvmIdentifier