org.openmdx.ui1.jmi1
Interface AssertableInspector

All Superinterfaces:
AssertableInspector, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.compatibility.view1.cci2.ViewCapable

public interface AssertableInspector
extends AssertableInspector, org.openmdx.base.jmi1.BasicObject

Class AssertableInspector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.AssertableInspector
AssertableInspector.Identity
 
Method Summary
 String getLabel(int index)
           
 int getOrder(int index)
           
 String getToolTip(int index)
           
<T extends org.openmdx.compatibility.view1.cci2.View>
List<T>
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 void setLabel(List<String> label)
           This method is equivalent to
 void setOrder(List<Integer> order)
           This method is equivalent to
 void setSegment(Segment segment)
          Sets a new value for the reference segment.
 void setSegment(Segment segment, boolean nameIsPersistent, String name)
          Set the object's composite association org:openmdx:ui1:SegmentContainsAssertableInspector.
 void setToolTip(List<String> toolTip)
           This method is equivalent to
 
Methods inherited from interface org.openmdx.ui1.cci2.AssertableInspector
getBackColor, getColor, getForClass, getIconKey, getLabel, getOrder, getToolTip, isChangeable, isFilterable, isSortable, setBackColor, setChangeable, setColor, setFilterable, setForClass, setIconKey, setLabel, setOrder, setSortable, setToolTip
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
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

getView

<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getLabel

String getLabel(int index)
Returns:
An element of this attribute.

setLabel

void setLabel(List<String> label)

This method is equivalent to

   list.clear();
   list.addAll(label);
 

Parameters:
label - collection to be copied.

getOrder

int getOrder(int index)
Returns:
An element of this attribute.

setOrder

void setOrder(List<Integer> order)

This method is equivalent to

   list.clear();
   list.addAll(order);
 

Parameters:
order - collection to be copied.

getToolTip

String getToolTip(int index)
Returns:
An element of this attribute.

setToolTip

void setToolTip(List<String> toolTip)

This method is equivalent to

   list.clear();
   list.addAll(toolTip);
 

Parameters:
toolTip - collection to be copied.

setSegment

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

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

setSegment

void setSegment(Segment segment,
                boolean nameIsPersistent,
                String name)
Set the object's composite association org:openmdx:ui1:SegmentContainsAssertableInspector.

Specified by:
setSegment in interface AssertableInspector
Parameters:
segment - The non-null new value for this object's composite owner.
nameIsPersistent - Defines whether the name is persistent.
name - 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.