org.openmdx.ui1.cci2
Interface Segment

All Superinterfaces:
org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.Segment, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
Segment

public interface Segment
extends org.openmdx.base.cci2.Segment

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
org.openmdx.base.cci2.Segment.Identity
 
Method Summary
<T extends org.openmdx.base.cci2.Void>
T
assertInspector(String forClass)
           
<T extends SegmentExportElementsResult>
T
exportElements(boolean includeAutoGenerated)
           
<T extends AssertableInspector>
Collection<T>
getAssertableInspector()
          Retrieves a set containing all the elements for the reference assertableInspector.
<T extends Element>
Collection<T>
getElement()
          Retrieves a set containing all the elements for the reference element.
<T extends ElementDefinition>
Collection<T>
getElementDefinition()
          Retrieves a set containing all the elements for the reference elementDefinition.
<T extends FeatureDefinition>
Collection<T>
getFeatureDefinition()
          Retrieves a set containing all the elements for the reference featureDefinition.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getProvider, setDescription, setProvider, setProvider
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

assertInspector

<T extends org.openmdx.base.cci2.Void> T assertInspector(String forClass)
                                                     throws javax.jmi.reflect.RefException
Throws:
javax.jmi.reflect.RefException

getAssertableInspector

<T extends AssertableInspector> Collection<T> getAssertableInspector()
Retrieves a set containing all the elements for the reference assertableInspector.

Returns:
A set containing all the elements for this reference.

getElement

<T extends Element> Collection<T> getElement()
Retrieves a set containing all the elements for the reference element.

Returns:
A set containing all the elements for this reference.

getElementDefinition

<T extends ElementDefinition> Collection<T> getElementDefinition()
Retrieves a set containing all the elements for the reference elementDefinition.

Returns:
A set containing all the elements for this reference.

exportElements

<T extends SegmentExportElementsResult> T exportElements(boolean includeAutoGenerated)
                                                     throws javax.jmi.reflect.RefException
Throws:
javax.jmi.reflect.RefException

getFeatureDefinition

<T extends FeatureDefinition> Collection<T> getFeatureDefinition()
Retrieves a set containing all the elements for the reference featureDefinition.

Returns:
A set containing all the elements for this reference.


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