|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 | ||
|---|---|---|
void |
addElement(boolean idIsPersistent,
String id,
Element element)
Adds the specified element to the set of the values for the reference element. |
|
void |
addElementDefinition(boolean nameIsPersistent,
String name,
ElementDefinition elementDefinition)
Adds the specified element to the set of the values for the reference elementDefinition. |
|
void |
addFeatureDefinition(boolean qualifiedNameIsPersistent,
String qualifiedName,
FeatureDefinition featureDefinition)
Adds the specified element to the set of the values for the reference featureDefinition. |
|
org.openmdx.base.cci2.Void |
assertInspector(String forClass)
|
|
SegmentExportElementsResult |
exportElements(boolean includeAutoGenerated)
|
|
|
getAssertableInspector()
Retrieves a set containing all the elements for the reference assertableInspector. |
|
AssertableInspector |
getAssertableInspector(boolean nameIsPersistent,
String name)
Retrieves the value for the reference assertableInspector
for the specified qualifier attribute value. |
|
|
getElement()
Retrieves a set containing all the elements for the reference element. |
|
Element |
getElement(boolean idIsPersistent,
String id)
Retrieves the value for the reference element for the
specified qualifier attribute value. |
|
|
getElementDefinition()
Retrieves a set containing all the elements for the reference elementDefinition. |
|
ElementDefinition |
getElementDefinition(boolean nameIsPersistent,
String name)
Retrieves the value for the reference elementDefinition
for the specified qualifier attribute value. |
|
|
getFeatureDefinition()
Retrieves a set containing all the elements for the reference featureDefinition. |
|
FeatureDefinition |
getFeatureDefinition(boolean qualifiedNameIsPersistent,
String qualifiedName)
Retrieves the value for the reference featureDefinition
for the specified qualifier attribute value. |
|
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getProvider, setDescription |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
org.openmdx.base.cci2.Void assertInspector(String forClass)
<T extends AssertableInspector> Collection<T> getAssertableInspector()
assertableInspector.
AssertableInspector getAssertableInspector(boolean nameIsPersistent,
String name)
assertableInspector
for the specified qualifier attribute value.
nameIsPersistent - Defines whether value for the qualifier is persistent or notname - The value for the qualifier attribute that qualifies this reference.
<T extends Element> Collection<T> getElement()
element.
Element getElement(boolean idIsPersistent,
String id)
element for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addElement(boolean idIsPersistent,
String id,
Element element)
element.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.element - The element to be appended.<T extends ElementDefinition> Collection<T> getElementDefinition()
elementDefinition.
ElementDefinition getElementDefinition(boolean nameIsPersistent,
String name)
elementDefinition
for the specified qualifier attribute value.
nameIsPersistent - Defines whether value for the qualifier is persistent or notname - The value for the qualifier attribute that qualifies this reference.
void addElementDefinition(boolean nameIsPersistent,
String name,
ElementDefinition elementDefinition)
elementDefinition.
Note: This is an extension to the JMI 1 standard.
nameIsPersistent - true if name is persistentname - The qualifier attribute value that qualifies the reference to get the element to be appended.elementDefinition - The element to be appended.SegmentExportElementsResult exportElements(boolean includeAutoGenerated)
<T extends FeatureDefinition> Collection<T> getFeatureDefinition()
featureDefinition.
FeatureDefinition getFeatureDefinition(boolean qualifiedNameIsPersistent,
String qualifiedName)
featureDefinition
for the specified qualifier attribute value.
qualifiedNameIsPersistent - Defines whether value for the qualifier is persistent or notqualifiedName - The value for the qualifier attribute that qualifies this reference.
void addFeatureDefinition(boolean qualifiedNameIsPersistent,
String qualifiedName,
FeatureDefinition featureDefinition)
featureDefinition.
Note: This is an extension to the JMI 1 standard.
qualifiedNameIsPersistent - true if qualifiedName is persistentqualifiedName - The qualifier attribute value that qualifies the reference to get the element to be appended.featureDefinition - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||