public class BagTypeOperations extends CollectionTypeOperations
The following operations are supported:
Check Collection Type Name| Modifier and Type | Method and Description |
|---|---|
static <C,O> boolean |
checkCollectionTypeName(BagType<C,O> bagType,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.name = 'Bag(' + self.elementType.name + ')'
|
checkCollectionTypeName, checkNoInvalidValues, getName, oclIterators, oclOperationspublic static <C,O> boolean checkCollectionTypeName(BagType<C,O> bagType, DiagnosticChain diagnostics, Map<Object,Object> context)
bagType - The receiving 'Bag Type' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.