public class SimpleClassDescriptor extends ClassDescriptor
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
type |
private int |
typeID |
| Constructor and Description |
|---|
SimpleClassDescriptor(java.lang.Class<?> type,
int typeID) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType() |
int |
getTypeID() |
getNearestTypepublic SimpleClassDescriptor(java.lang.Class<?> type,
int typeID)
public java.lang.Class<?> getType()
getType in class ClassDescriptorpublic int getTypeID()
getTypeID in class ClassDescriptor