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()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public ParameterMode getMode()
ParameterMode
public void setMode(ParameterMode value)
value
- allowed object is
ParameterMode
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.