javax.jmi.model
Interface CollectionType

All Superinterfaces:
Classifier, DataType, GeneralizableElement, ModelElement, NameSpace, RefBaseObject, RefFeatured, RefObject, TypedElement

public interface CollectionType
extends DataType, TypedElement


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 MultiplicityType getMultiplicity()
           
 void setMultiplicity(MultiplicityType newValue)
           
 
Methods inherited from interface javax.jmi.model.GeneralizableElement
allSupertypes, findElementsByTypeExtended, getSupertypes, getVisibility, isAbstract, isLeaf, isRoot, lookupElementExtended, setAbstract, setLeaf, setRoot, setVisibility
 
Methods inherited from interface javax.jmi.model.NameSpace
findElementsByType, getContents, lookupElement, nameIsValid, resolveQualifiedName
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface javax.jmi.model.TypedElement
getType, setType
 

Method Detail

getMultiplicity

MultiplicityType getMultiplicity()

setMultiplicity

void setMultiplicity(MultiplicityType newValue)