|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.extras.extended.StoredProcedureParameter
public class StoredProcedureParameter
Bean for representing a Stored Procedure Parameter
| Constructor Summary | |
|---|---|
StoredProcedureParameter()
|
|
| Method Summary | |
|---|---|
byte[] |
getType()
Gets the type as a byte[]. |
String |
getTypeString()
Gets the type as a UTF8 String. |
byte[] |
getValue()
Gets the value as a byte[]. |
String |
getValueString()
Gets the value as a UTF8 String. |
void |
setType(byte[] type)
Sets the type. |
void |
setValue(byte[] value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoredProcedureParameter()
| Method Detail |
|---|
public String getTypeString()
public String getValueString()
public byte[] getType()
public void setType(byte[] type)
type - The type as a byte[].public byte[] getValue()
public void setValue(byte[] value)
value - The value as a byte[].
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||