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 Set<String> |
superclasses |
| Constructor and Description |
|---|
TypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Set<TypeBinder.Property> |
getProperties() |
Set<String> |
getSuperclasses() |
boolean |
isAbstractType() |
String |
toString() |
protected String name
protected String description
protected boolean abstractType
protected Set<TypeBinder.Property> properties
public String getName()
public String getDescription()
public boolean isAbstractType()
public Set<TypeBinder.Property> getProperties()
Copyright © 2016. All Rights Reserved.