|
||||||||||
| 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 |
|---|
Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addElement(boolean qualifiedNameIsPersistent,
String qualifiedName,
Element element)
Adds the specified element to the set of the values for the reference element. |
|
Void |
beginImport()
|
|
Void |
endImport()
|
|
|
getElement()
Retrieves a set containing all the elements for the reference element. |
|
Element |
getElement(boolean qualifiedNameIsPersistent,
String qualifiedName)
Retrieves the value for the reference element 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 |
|---|
Void beginImport()
<T extends Element> Collection<T> getElement()
element.
Element getElement(boolean qualifiedNameIsPersistent,
String qualifiedName)
element 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 addElement(boolean qualifiedNameIsPersistent,
String qualifiedName,
Element element)
element.
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.element - The element to be appended.Void endImport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||