public interface Segment extends Segment, Segment, Exporter, Importer, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
void |
addValueContainer(boolean nameIsPersistent,
String name,
CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference
valueContainer. |
void |
addValueContainer(CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference
valueContainer using an implementation-specific, reassignable qualifier. |
void |
addValueContainer(String name,
CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference
valueContainer using a reassignable qualifier. |
CodeValueContainer |
getValueContainer(boolean nameIsPersistent,
String name)
Retrieves the value for the reference
valueContainer for the specified qualifier attribute value. |
<T extends CodeValueContainer> |
getValueContainer(CodeValueContainerQuery query)
Retrieves the value for the reference
valueContainer for the specified query. |
CodeValueContainer |
getValueContainer(String name)
Retrieves the value for the reference
valueContainer for the specified qualifier attribute value. |
getValueContainergetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsexportItem, exportItemAdvancedexportItem, exportItemAdvancedimportItemimportItemaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser<T extends CodeValueContainer> List<T> getValueContainer(CodeValueContainerQuery query)
valueContainer for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.CodeValueContainer getValueContainer(boolean nameIsPersistent, String name)
valueContainer 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.CodeValueContainer getValueContainer(String name)
valueContainer for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getValueContainer(false,name).
name - The value for the qualifier attribute that qualifies this reference.void addValueContainer(boolean nameIsPersistent,
String name,
CodeValueContainer valueContainer)
valueContainer.
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.valueContainer - The element to be appended.void addValueContainer(String name, CodeValueContainer valueContainer)
valueContainer using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
name - The qualifier attribute value that qualifies the reference to get the element to be appended.valueContainer - The element to be appended.void addValueContainer(CodeValueContainer valueContainer)
valueContainer using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
valueContainer - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.