Interface CollectionDescriptor
-
- All Known Implementing Classes:
ClassificationCollectionDescriptor,DefaultCollectionDescriptor
public interface CollectionDescriptorDescribes a collection attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.Object>newCollection()Gets a new collection instance that is described by the underlying attribute
-