public class SParameter extends Object
| Constructor and Description |
|---|
SParameter(SMethod sMethod,
SClass type,
SClass genericType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SClass |
getBestType() |
String |
getDoc() |
SClass |
getGenericType() |
String |
getName() |
String |
getPrintableName() |
SClass |
getType() |
boolean |
isAggregate() |
boolean |
isLast() |
void |
setDoc(String doc) |
com.fasterxml.jackson.databind.node.ObjectNode |
toJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public SClass getType()
public String getName()
public SClass getGenericType()
public SClass getBestType()
public boolean isAggregate()
public boolean isLast()
public String getPrintableName()
public void setDoc(String doc)
public String getDoc()
public com.fasterxml.jackson.databind.node.ObjectNode toJson(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2016 OpenSource BIM. All rights reserved.