public class OCIResponse extends OCICommand
| Constructor and Description |
|---|
OCIResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
OCIResponse datatype,
String elementName)
Appends this DataType to the given Request
|
static OCIResponse[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type OCIResponse by parsing the XML node.
|
String |
getClassName() |
static OCIResponse |
getFromNode(Node node)
Retrieves an elements of type OCIResponse by parsing an XML node.
|
int |
hashCode() |
formRequestpublic String getClassName()
@GwtIncompatible public static Element formRequest(Request<?> request, OCIResponse datatype, String elementName)
request - The request to append the DataType to.datatype - The datatype to parse.@GwtIncompatible public static OCIResponse getFromNode(Node node)
node - The source node to parse.@GwtIncompatible public static OCIResponse[] getArrayFromNode(Node node, String elementName)
node - The source node to retrieve the array.elementName - The element name to iterate through.public boolean equals(Object o)
equals in class OCICommandpublic int hashCode()
hashCode in class OCICommandCopyright © 2016 ECG. All rights reserved.