-
- 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
public interface ObjectTyped<O> extends ScalarTyped
Identifies a class which is associated with Java object data.- See Also:
ObjectTokenType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTokenType<O>getType()Gets the type of data tokens handled by the implementor.
-
-
-
Method Detail
-
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.
-
-