public class JAXBTypeAndAnnotation extends Object
| Constructor and Description |
|---|
JAXBTypeAndAnnotation(JType type) |
JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn) |
JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn,
JType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(JAnnotatable typeVar) |
String |
getName() |
JType |
getType() |
TypeAndAnnotation |
getTypeAnn() |
void |
setType(JType type) |
void |
setTypeAnn(TypeAndAnnotation typeAnn) |
public JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn)
public JAXBTypeAndAnnotation(JType type)
public JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn, JType type)
public void annotate(JAnnotatable typeVar)
public JType getType()
public String getName()
public TypeAndAnnotation getTypeAnn()
public void setTypeAnn(TypeAndAnnotation typeAnn)
public void setType(JType type)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.