public class GraphNode extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraData(Object data) |
void |
addExtraDataIncludeAlias(Object data) |
Iterator |
extraDataIterator() |
Object |
getExtendedProperty(String name)
These are generic properties that the schema parser wants to pass
to the code generation phase.
|
GraphNode |
getExtension() |
Set |
getExtraData() |
String |
getJavaType() |
boolean |
isUnion() |
Object |
searchExtraData(Class type) |
void |
setExtendedProperty(String name,
Object value)
These are generic properties that the schema parser wants to pass
to the code generation phase.
|
void |
setExtension(GraphNode extendsNode) |
void |
setJavaType(String jt) |
void |
setUnion(boolean value) |
String |
toString() |
public void setExtendedProperty(String name, Object value)
public Object getExtendedProperty(String name)
public void setJavaType(String jt)
public String getJavaType()
public void setExtension(GraphNode extendsNode)
public GraphNode getExtension()
public boolean isUnion()
public void setUnion(boolean value)
public void addExtraData(Object data)
public void addExtraDataIncludeAlias(Object data)
public Iterator extraDataIterator()
public Set getExtraData()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.