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