Uses of Class
ddf.catalog.data.impl.AttributeImpl
Packages that use AttributeImpl
Package
Description
Provides the classes for the Catalog Data API reference implementation.
-
Uses of AttributeImpl in ddf.catalog.data.impl
Methods in ddf.catalog.data.impl that return AttributeImplModifier and TypeMethodDescriptionstatic AttributeImplAttributeImpl.fromMultipleValues(String name, List<? extends Serializable> values) Static factory method to avoid ambiguous constructor references when passing a value that implements bothListandSerializable, such as anArrayList.static AttributeImplAttributeImpl.fromSingleValue(String name, Serializable value) Static factory method to avoid ambiguous constructor references when passing a value that implements bothListandSerializable, such as anArrayList.