public interface Segment extends Segment, Segment, Exporter, Importer, SecureObject
Segment| Modifier and Type | Method and Description |
|---|---|
void |
addUom(boolean idIsPersistent,
String id,
Uom uom)
Adds the specified element to the set of the values for the reference
uom. |
void |
addUom(String id,
Uom uom)
Adds the specified element to the set of the values for the reference
uom using a reassignable qualifier. |
void |
addUom(Uom uom)
Adds the specified element to the set of the values for the reference
uom using an implementation-specific, reassignable qualifier. |
void |
addUomSchedule(boolean idIsPersistent,
String id,
UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference
uomSchedule. |
void |
addUomSchedule(String id,
UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference
uomSchedule using a reassignable qualifier. |
void |
addUomSchedule(UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference
uomSchedule using an implementation-specific, reassignable qualifier. |
Uom |
getUom(boolean idIsPersistent,
String id)
Retrieves the value for the reference
uom for the specified qualifier attribute value. |
Uom |
getUom(String id)
Retrieves the value for the reference
uom for the specified qualifier attribute value. |
<T extends Uom> |
getUom(UomQuery query)
Retrieves the value for the reference
uom for the specified query. |
UomSchedule |
getUomSchedule(boolean idIsPersistent,
String id)
Retrieves the value for the reference
uomSchedule for the specified qualifier attribute value. |
UomSchedule |
getUomSchedule(String id)
Retrieves the value for the reference
uomSchedule for the specified qualifier attribute value. |
<T extends UomSchedule> |
getUomSchedule(UomScheduleQuery query)
Retrieves the value for the reference
uomSchedule for the specified query. |
getUom, getUomSchedulegetExtent, 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, refVerifyConstraintsexportItemexportItemimportItemimportItemaddOwningGroup, 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 Uom> List<T> getUom(UomQuery query)
uom 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.Uom getUom(boolean idIsPersistent, String id)
uom 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.Uom getUom(String id)
uom for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getUom(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addUom(boolean idIsPersistent,
String id,
Uom uom)
uom.
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.uom - The element to be appended.void addUom(String id, Uom uom)
uom using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.uom - The element to be appended.void addUom(Uom uom)
uom using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
uom - The element to be appended.<T extends UomSchedule> List<T> getUomSchedule(UomScheduleQuery query)
uomSchedule 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.UomSchedule getUomSchedule(boolean idIsPersistent, String id)
uomSchedule 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.UomSchedule getUomSchedule(String id)
uomSchedule for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getUomSchedule(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addUomSchedule(boolean idIsPersistent,
String id,
UomSchedule uomSchedule)
uomSchedule.
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.uomSchedule - The element to be appended.void addUomSchedule(String id, UomSchedule uomSchedule)
uomSchedule using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.uomSchedule - The element to be appended.void addUomSchedule(UomSchedule uomSchedule)
uomSchedule using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
uomSchedule - 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.