javax.jmi.model
Interface NameSpace
- All Superinterfaces:
- ModelElement, RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- AliasType, Association, BehavioralFeature, Classifier, CollectionType, DataType, EnumerationType, GeneralizableElement, MofClass, MofException, MofPackage, Operation, PrimitiveType, StructureType
public interface NameSpace
- extends ModelElement
Fields inherited from interface javax.jmi.model.ModelElement |
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP |
Methods inherited from interface javax.jmi.model.ModelElement |
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName |
findElementsByType
java.util.List findElementsByType(MofClass ofType,
boolean includeSubtypes)
getContents
java.util.List getContents()
lookupElement
ModelElement lookupElement(java.lang.String name)
nameIsValid
boolean nameIsValid(java.lang.String proposedName)
resolveQualifiedName
ModelElement resolveQualifiedName(java.util.List qualifiedName)