public abstract class AbstractSerializedReferenceType extends AbstractSerializedValue implements SerializedReferenceType
| Constructor and Description |
|---|
AbstractSerializedReferenceType(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
Type[] |
getUsedTypes() |
void |
setId(int id) |
void |
useAs(Type type) |
getType, inferType, satisfiesType, satisfiesTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetType, referencedValuesacceptpublic AbstractSerializedReferenceType(Class<?> type)
public int getId()
getId in interface SerializedReferenceTypepublic void setId(int id)
setId in interface SerializedReferenceTypepublic Type[] getUsedTypes()
getUsedTypes in interface SerializedValuegetUsedTypes in class AbstractSerializedValuepublic void useAs(Type type)
useAs in interface SerializedReferenceTypeCopyright © 2020. All rights reserved.