public class StoredProcedureParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
description |
protected ParameterMode |
mode |
protected String |
name |
| Constructor and Description |
|---|
StoredProcedureParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getDescription()
Gets the value of the description property.
|
ParameterMode |
getMode()
Gets the value of the mode property.
|
String |
getName()
Gets the value of the name property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMode(ParameterMode value)
Sets the value of the mode property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected String name
protected String clazz
protected ParameterMode mode
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic ParameterMode getMode()
ParameterModepublic void setMode(ParameterMode value)
value - allowed object is
ParameterModeCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.