java.lang.Object
org.eclipse.persistence.internal.xr.Parameter
INTERNAL:Name and type (QName
) for a bound argument.
- Since:
- EclipseLink 1.x
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
boolean
void
Set name of bound argumentvoid
setOptional
(boolean optional) Set the optional indicatorvoid
Set type of bound argumentvoid
validate
(XRServiceAdapter xrService, String operationName)
-
Field Details
-
name
-
type
-
optional
protected boolean optional
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getName
- Returns:
- name of bound argument
-
setName
Set name of bound argument -
getType
- Returns:
- type (
QName
) of a bound argument
-
setType
Set type of bound argument -
isOptional
public boolean isOptional()- Returns:
- indicates if the argument is optional
-
setOptional
public void setOptional(boolean optional) Set the optional indicator -
validate
-