public static class TypeBinder.TypeDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
abstractType |
protected String |
description |
protected String |
name |
protected Set<TypeBinder.Property> |
properties |
protected String |
sourceType |
protected Set<String> |
superClasses |
protected String |
targetType |
| Constructor and Description |
|---|
TypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Set<TypeBinder.Property> |
getProperties() |
String |
getSourceType() |
Set<String> |
getSuperClasses() |
String |
getTargetType() |
boolean |
isAbstract() |
String |
toString() |
protected String name
protected String description
protected boolean abstractType
protected Set<TypeBinder.Property> properties
protected String sourceType
protected String targetType
Copyright © 2018. All Rights Reserved.