-
- All Implemented Interfaces:
public final class RuntimeLookupItemRuntime lookup item. Consists of an id and runtime type.
-
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegeridprivate final RuntimeTypetype
-
Constructor Summary
Constructors Constructor Description RuntimeLookupItem(BigInteger id, RuntimeType type)
-
Method Summary
Modifier and Type Method Description final BigIntegergetId()final RuntimeTypegetType()-
-
Constructor Detail
-
RuntimeLookupItem
RuntimeLookupItem(BigInteger id, RuntimeType type)
-
-
Method Detail
-
getId
final BigInteger getId()
-
getType
final RuntimeType getType()
-
-
-
-