org.omg.uml.foundation.core
Interface UmlClass

All Superinterfaces:
Classifier, Element, GeneralizableElement, ModelElement, Namespace, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
AssociationClass

public interface UmlClass
extends Classifier

Class object instance interface.


Method Summary
 boolean isActive()
          Returns the value of attribute isActive.
 void setActive(boolean newValue)
          Sets the value of isActive attribute.
 
Methods inherited from interface org.omg.uml.foundation.core.Classifier
getFeature, getPowertypeRange
 
Methods inherited from interface org.omg.uml.foundation.core.GeneralizableElement
getGeneralization, isAbstract, isLeaf, isRoot, setAbstract, setLeaf, setRoot
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
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 org.omg.uml.foundation.core.Namespace
getOwnedElement
 

Method Detail

isActive

public boolean isActive()
Returns the value of attribute isActive.

Returns:
Value of attribute isActive.

setActive

public void setActive(boolean newValue)
Sets the value of isActive attribute. See isActive() for description on the attribute.

Parameters:
newValue - New value to be set.