Interface CollectionDescriptor
- All Known Implementing Classes:
ClassCollectionDescriptor,ClassificationCollectionDescriptor,DefaultCollectionDescriptor
public interface CollectionDescriptor
Describes a collection attribute
-
Method Summary
Modifier and TypeMethodDescriptionGets a new collection instance that is described by the underlying attribute
-
Method Details
-
newCollection
Collection<Object> newCollection()Gets a new collection instance that is described by the underlying attribute- Returns:
- A new collection instance that is empty
-