org.openmdx.ui1.jmi1
Interface FeatureDefinition

All Superinterfaces:
FeatureDefinition, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
OperationDefinition, StructuralFeatureDefinition

public interface FeatureDefinition
extends FeatureDefinition, javax.jmi.reflect.RefObject

Abstract class FeatureDefinition


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.FeatureDefinition
FeatureDefinition.Identity
 
Method Summary
 void setSegment(Segment segment)
          Sets a new value for the reference segment.
 void setSegment(Segment segment, boolean qualifiedNameIsPersistent, String qualifiedName)
          Set the object's composite association org:openmdx:ui1:SegmentContainsFeatureDefinition.
 
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

setSegment

void setSegment(Segment segment)
Sets a new value for the reference segment.

Specified by:
setSegment in interface FeatureDefinition
Parameters:
segment - The non-null new value for this reference.

setSegment

void setSegment(Segment segment,
                boolean qualifiedNameIsPersistent,
                String qualifiedName)
Set the object's composite association org:openmdx:ui1:SegmentContainsFeatureDefinition.

Specified by:
setSegment in interface FeatureDefinition
Parameters:
segment - The non-null new value for this object's composite owner.
qualifiedNameIsPersistent - Defines whether the qualifiedName is persistent.
qualifiedName - The non-null new value for this object's qualifier.


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