public class TypeRef extends ModelElement
| Constructor and Description |
|---|
TypeRef(String moduleName,
String name,
boolean isList,
boolean isMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ModuleDefinition |
getModule() |
String |
getModuleName() |
String |
getName() |
String |
getQualifiedName() |
Type |
getType() |
int |
hashCode() |
boolean |
isList() |
boolean |
isMap() |
static TypeRef |
parseFromJson(String typeRefString) |
void |
setList(boolean isList) |
void |
setModuleName(String moduleName) |
void |
setName(String name) |
void |
setType(Type type) |
String |
toString() |
getChildrenpublic void setType(Type type)
public Type getType()
public String getName()
public boolean isList()
public boolean isMap()
public void setList(boolean isList)
public void setName(String name)
public String getModuleName()
public void setModuleName(String moduleName)
public ModuleDefinition getModule()
public String getQualifiedName()
Copyright © 2016. All rights reserved.