org.omg.uml.foundation.core
Interface ElementResidence

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface ElementResidence
extends javax.jmi.reflect.RefObject

ElementResidence object instance interface.


Method Summary
 Component getContainer()
          Returns the value of reference container.
 ModelElement getResident()
          Returns the value of reference resident.
 VisibilityKind getVisibility()
          Returns the value of attribute visibility.
 void setContainer(Component newValue)
          Sets the value of reference container.
 void setResident(ModelElement newValue)
          Sets the value of reference resident.
 void setVisibility(VisibilityKind newValue)
          Sets the value of visibility attribute.
 
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

getVisibility

public VisibilityKind getVisibility()
Returns the value of attribute visibility.

Returns:
Value of attribute visibility.

setVisibility

public void setVisibility(VisibilityKind newValue)
Sets the value of visibility attribute. See getVisibility() for description on the attribute.

Parameters:
newValue - New value to be set.

getResident

public ModelElement getResident()
Returns the value of reference resident.

Returns:
Value of reference resident.

setResident

public void setResident(ModelElement newValue)
Sets the value of reference resident. See getResident() for description on the reference.

Parameters:
newValue - New value to be set.

getContainer

public Component getContainer()
Returns the value of reference container.

Returns:
Value of reference container.

setContainer

public void setContainer(Component newValue)
Sets the value of reference container. See getContainer() for description on the reference.

Parameters:
newValue - New value to be set.