org.apache.directory.api.ldap.extras.extended
Class StoredProcedureParameter

java.lang.Object
  extended by org.apache.directory.api.ldap.extras.extended.StoredProcedureParameter

public class StoredProcedureParameter
extends Object

Bean for representing a Stored Procedure Parameter

Author:
Apache Directory Project

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

StoredProcedureParameter

public StoredProcedureParameter()
Method Detail

getTypeString

public String getTypeString()
Gets the type as a UTF8 String.

Returns:
The type as a UTF8 String.

getValueString

public String getValueString()
Gets the value as a UTF8 String.

Returns:
The value as a UTF8 String.

getType

public byte[] getType()
Gets the type as a byte[].

Returns:
The type as a byte[].

setType

public void setType(byte[] type)
Sets the type.

Parameters:
type - The type as a byte[].

getValue

public byte[] getValue()
Gets the value as a byte[].

Returns:
The value as a byte[].

setValue

public void setValue(byte[] value)
Sets the value.

Parameters:
value - The value as a byte[].


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.