public class JavaTypeDescriptor extends Object
| Constructor and Description |
|---|
JavaTypeDescriptor(Type t,
String symbol,
String interfaceName,
String actualTypeName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActualTypeName() |
String |
getInterfaceName() |
String |
getSymbol() |
Type |
getType() |
void |
setActualTypeName(String actualTypeName) |
void |
setInterfaceName(String interfaceName) |
void |
setSymbol(String symbol) |
void |
setType(Type type) |
public String getSymbol()
public void setSymbol(String symbol)
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public String getActualTypeName()
public void setActualTypeName(String actualTypeName)
public Type getType()
public void setType(Type type)
Copyright © 2015. All Rights Reserved.