public class Node extends Object
| 构造器和说明 |
|---|
Node() |
Node(String concreteName,
Annotation[] fieldAnnotations,
Annotation[] classAnnotations,
Type type,
Object data,
boolean leaf) |
| 限定符和类型 | 方法和说明 |
|---|---|
Annotation[] |
getClassAnnotations()
Getter method for property classAnnotations.
|
String |
getConcreteName()
Getter method for property concreteName.
|
Object |
getData()
Getter method for property data.
|
Annotation[] |
getFieldAnnotations()
Getter method for property fieldAnnotations.
|
Type |
getType()
Getter method for property type.
|
boolean |
isLeaf()
Getter method for property leaf.
|
void |
setClassAnnotations(Annotation[] classAnnotations)
Setter method property classAnnotations
|
void |
setConcreteName(String concreteName)
Setter method property concreteName
|
void |
setData(Object data)
Setter method property data
|
void |
setFieldAnnotations(Annotation[] fieldAnnotations)
Setter method property fieldAnnotations
|
void |
setLeaf(boolean leaf)
Setter method property leaf
|
void |
setType(Type type)
Setter method property type
|
String |
toString() |
public Node()
public Node(String concreteName, Annotation[] fieldAnnotations, Annotation[] classAnnotations, Type type, Object data, boolean leaf)
public String getConcreteName()
public void setConcreteName(String concreteName)
concreteName - value to be assigned to property concreteNamepublic Annotation[] getFieldAnnotations()
public void setFieldAnnotations(Annotation[] fieldAnnotations)
fieldAnnotations - value to be assigned to property fieldAnnotationspublic Annotation[] getClassAnnotations()
public void setClassAnnotations(Annotation[] classAnnotations)
classAnnotations - value to be assigned to property classAnnotationspublic Type getType()
public void setType(Type type)
type - value to be assigned to property typepublic Object getData()
public void setData(Object data)
data - value to be assigned to property datapublic boolean isLeaf()
public void setLeaf(boolean leaf)
leaf - value to be assigned to property leafCopyright © 2022. All rights reserved.