|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductConfigurationSet
Abstract class ProductConfigurationSet
| Method Summary | ||
|---|---|---|
void |
addConfiguration(boolean idIsPersistent,
String id,
ProductConfiguration configuration)
Adds the specified element to the set of the values for the reference configuration. |
|
ProductConfigurationTypeSet |
getConfigType()
Retrieves the value for the reference configType. |
|
|
getConfiguration()
Retrieves a set containing all the elements for the reference configuration. |
|
ProductConfiguration |
getConfiguration(boolean idIsPersistent,
String id)
Retrieves the value for the reference configuration for
the specified qualifier attribute value. |
|
org.openmdx.base.cci2.Void |
unsetConfigurationType()
|
|
| Method Detail |
|---|
ProductConfigurationTypeSet getConfigType()
configType.
null – value for this reference.<T extends ProductConfiguration> Collection<T> getConfiguration()
configuration.
ProductConfiguration getConfiguration(boolean idIsPersistent,
String id)
configuration 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 addConfiguration(boolean idIsPersistent,
String id,
ProductConfiguration configuration)
configuration.
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.configuration - The element to be appended.org.openmdx.base.cci2.Void unsetConfigurationType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||