public static class RASResourceEntry.RASSqlParameterDefinition
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
RASResourceEntry.RASSqlParameterDefinition.ParameterType |
| Constructor and Description |
|---|
RASResourceEntry.RASSqlParameterDefinition(java.lang.String paraName, RASResourceEntry.RASSqlParameterDefinition.ParameterType paramType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
RASResourceEntry.RASSqlParameterDefinition.ParameterType |
getParamType() |
java.lang.String |
getParaName() |
int |
hashCode() |
void |
setParamType(RASResourceEntry.RASSqlParameterDefinition.ParameterType paramType) |
void |
setParaName(java.lang.String paraName) |
public RASResourceEntry.RASSqlParameterDefinition(java.lang.String paraName,
RASResourceEntry.RASSqlParameterDefinition.ParameterType paramType)
public java.lang.String getParaName()
public void setParaName(java.lang.String paraName)
public RASResourceEntry.RASSqlParameterDefinition.ParameterType getParamType()
public void setParamType(RASResourceEntry.RASSqlParameterDefinition.ParameterType paramType)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException