Module org.eclipse.persistence.core
Class InteractionArgument
java.lang.Object
org.eclipse.persistence.mappings.Association
org.eclipse.persistence.mappings.TypedAssociation
org.eclipse.persistence.internal.descriptors.InteractionArgument
- All Implemented Interfaces:
Map.Entry
Purpose: Used to define the interaction argument mapping. This is used for the deployment XML mapping.
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
FieldsFields inherited from class org.eclipse.persistence.mappings.TypedAssociation
keyType, valueType
Fields inherited from class org.eclipse.persistence.mappings.Association
key, value
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.InteractionArgument
(String interactionArgumentName, String argumentName, Object value) -
Method Summary
Methods inherited from class org.eclipse.persistence.mappings.TypedAssociation
getKeyType, getValueType, postBuild, setKeyType, setValueType
Methods inherited from class org.eclipse.persistence.mappings.Association
getKey, getValue, setKey, setValue
-
Field Details
-
argumentName
The type of the query argument
-
-
Constructor Details
-
InteractionArgument
public InteractionArgument()Default constructor. -
InteractionArgument
-
-
Method Details
-
getArgumentName
-
setArgumentName
-