- Type Parameters:
O- The Java class of the associated data.
- All Superinterfaces:
ScalarTyped,TokenTyped
- All Known Subinterfaces:
MutableObjectTokenSequence<O>,ObjectInputField<T>,ObjectOutputField<T>,ObjectSettable<T>,ObjectTokenSequence<O>,ObjectValued<O>,ObjectValuedIterator<T>
- All Known Implementing Classes:
ObjectRegister,ObjectToken,ObjectTokenList,ObjectTokenType,SparseObjectTokenList
Identifies a class which is associated with Java object data.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the type of data tokens handled by the implementor.
-
Method Details
-
getType
ObjectTokenType<O> getType()Description copied from interface:TokenTypedGets the type of data tokens handled by the implementor.- Specified by:
getTypein interfaceScalarTyped- Specified by:
getTypein interfaceTokenTyped- Returns:
- the type of tokens associated with the class.
-