T - the (language) type of Assets of this typepublic abstract class AbstractType<T extends Asset> extends Object implements Type<T>
Type.| Constructor and Description |
|---|
AbstractType(String name)
Creates an instance with a given _name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name()
Returns the name of this type
|
String |
toString() |
Copyright © 2018. All rights reserved.