Uses of Interface
org.cristalise.kernel.collection.CollectionMember
Packages that use CollectionMember
Package
Description
Collections are Item local objects that reference other Items.
-
Uses of CollectionMember in org.cristalise.kernel.collection
Classes in org.cristalise.kernel.collection with type parameters of type CollectionMemberModifier and TypeClassDescriptionclassCollection<E extends CollectionMember>Collections are Item local objects that reference other Items.interfaceCollectionDescription<E extends CollectionMember>A collection that can be instantiated.classCollectionMemberList<E extends CollectionMember>A list of CollectionMembers, used internally in the Collection for XML marshalling convenience.Classes in org.cristalise.kernel.collection that implement CollectionMemberModifier and TypeClassDescriptionclassA CollectionMember, or slot, of an Aggregation instance or description.classMethod parameters in org.cristalise.kernel.collection with type arguments of type CollectionMemberModifier and TypeMethodDescriptionvoidCollectionArrayList.put(Collection<? extends CollectionMember> c) This put method overwrites any collections with the same name already in the list.Constructor parameters in org.cristalise.kernel.collection with type arguments of type CollectionMemberModifierConstructorDescriptionCollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList)