|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContractReferenceHolder
Abstract class ContractReferenceHolder
| Method Summary | ||
|---|---|---|
void |
addContract(AbstractContract newValue)
|
|
void |
addContract(int index,
AbstractContract newValue)
|
|
|
getContractRole(ContractRoleQuery query)
Retrieves the value for the reference contractRole for the
specified query. |
|
void |
removeContract(int index)
|
|
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ContractReferenceHolder |
|---|
getContract, getContractRole |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
void addContract(int index,
AbstractContract newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addContract(AbstractContract newValue)
newValue - The element to be appended.void removeContract(int index)
<T extends ContractRole> List<T> getContractRole(ContractRoleQuery query)
contractRole for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||