public class ParameterDescriptionImpl extends Object implements ParameterDescription
Modifier and Type | Field and Description |
---|---|
private String |
htmlDescription |
private String |
name |
private TypeDescription |
typeDescription |
Constructor and Description |
---|
ParameterDescriptionImpl(String name,
String htmlDescription,
TypeDescription typeDescription) |
Modifier and Type | Method and Description |
---|---|
String |
getHTMLDescription()
Returns an HTML description of this parameter.
|
String |
getName()
Returns the name of this parameter.
|
TypeDescription |
getTypeDescription()
Returns a description of the type of this parameter.
|
String |
toString() |
private final String name
private final String htmlDescription
private final TypeDescription typeDescription
public ParameterDescriptionImpl(String name, String htmlDescription, TypeDescription typeDescription)
public String getName()
ParameterDescription
getName
in interface ParameterDescription
public String getHTMLDescription()
ParameterDescription
getHTMLDescription
in interface ParameterDescription
public TypeDescription getTypeDescription()
ParameterDescription
getTypeDescription
in interface ParameterDescription
Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.