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
 List allSupertypes()
           
 List findElementsByTypeExtended(MofClass ofType, boolean includeSubtypes)
           
 List getSupertypes()
           
 VisibilityKind getVisibility()
           
 boolean isAbstract()
           
 boolean isLeaf()
           
 boolean isRoot()
           
 ModelElement lookupElementExtended(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

List allSupertypes()

lookupElementExtended

ModelElement lookupElementExtended(String name)
                                   throws NameNotFoundException
Throws:
NameNotFoundException

findElementsByTypeExtended

List findElementsByTypeExtended(MofClass ofType,
                                boolean includeSubtypes)

isRoot

boolean isRoot()

setRoot

void setRoot(boolean newValue)

isLeaf

boolean isLeaf()

setLeaf

void setLeaf(boolean newValue)

isAbstract

boolean isAbstract()

setAbstract

void setAbstract(boolean newValue)

getVisibility

VisibilityKind getVisibility()

setVisibility

void setVisibility(VisibilityKind newValue)

getSupertypes

List getSupertypes()


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.