org.openmdx.ui1.jmi1
Interface ObjectReference

All Superinterfaces:
ObjectReference, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
All Known Subinterfaces:
ObjectContainer, ObjectReferenceField

public interface ObjectReference
extends ObjectReference, org.openmdx.base.accessor.jmi.cci.RefObject_1_0

Abstract class ObjectReference


Method Summary
 List<String> getQualifierLabel()
          Retrieves a list containing all the elements for the attribute qualifierLabel.
 void setQualifierLabel(List<String> qualifierLabel)
          Clears qualifierLabel and adds the members of the given List.
 
Methods inherited from interface org.openmdx.ui1.cci2.ObjectReference
getReferencedTypeName, getReferenceName, isReferenceIsStoredAsAttribute, isUserDefinedQualifier, setQualifierLabel, setReferencedTypeName, setReferenceIsStoredAsAttribute, setReferenceName, setUserDefinedQualifier
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
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

getQualifierLabel

List<String> getQualifierLabel()
Retrieves a list containing all the elements for the attribute qualifierLabel.

Specified by:
getQualifierLabel in interface ObjectReference
Returns:
A list containing all elements for this attribute.

setQualifierLabel

void setQualifierLabel(List<String> qualifierLabel)
Clears qualifierLabel and adds the members of the given List.

This method is equivalent to

   list.clear();
   list.addAll(qualifierLabel);
 
Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.

Parameters:
qualifierLabel - collection to be copied.


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