javax.jmi.model
Interface GeneralizableElement

All Superinterfaces:
ModelElement, NameSpace, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
AliasType, Association, Classifier, CollectionType, DataType, EnumerationType, MofClass, MofPackage, PrimitiveType, StructureType

public interface GeneralizableElement
extends NameSpace


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 java.util.List allSupertypes()
           
 java.util.List findElementsByTypeExtended(MofClass ofType, boolean includeSubtypes)
           
 java.util.List getSupertypes()
           
 VisibilityKind getVisibility()
           
 boolean isAbstract()
           
 boolean isLeaf()
           
 boolean isRoot()
           
 ModelElement lookupElementExtended(java.lang.String name)
           
 void setAbstract(boolean newValue)
           
 void setLeaf(boolean newValue)
           
 void setRoot(boolean newValue)
           
 void setVisibility(VisibilityKind newValue)
           
 
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
 

Method Detail

allSupertypes

java.util.List allSupertypes()

findElementsByTypeExtended

java.util.List findElementsByTypeExtended(MofClass ofType,
                                          boolean includeSubtypes)

getSupertypes

java.util.List getSupertypes()

getVisibility

VisibilityKind getVisibility()

isAbstract

boolean isAbstract()

isLeaf

boolean isLeaf()

isRoot

boolean isRoot()

lookupElementExtended

ModelElement lookupElementExtended(java.lang.String name)

setAbstract

void setAbstract(boolean newValue)

setLeaf

void setLeaf(boolean newValue)

setRoot

void setRoot(boolean newValue)

setVisibility

void setVisibility(VisibilityKind newValue)