public interface DataTypeSupport
DataTypes annotation, or at runtime with the defined methods.| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getSupportedDataTypes()
Returns all of the supported data type identifiers.
|
boolean |
isSupportedDataType(String dataType)
Returns true if the implementing class supports the input data type identifier.
|
void |
setSupportedDataTypes(Iterable<String> dataTypes)
Sets all of the supported data type identifiers.
|
boolean isSupportedDataType(String dataType)
dataType - void setSupportedDataTypes(Iterable<String> dataTypes)
dataTypes - Copyright © 2016. All rights reserved.