public class StringWhereOperand extends Object implements WhereOperand<String,String>
| Constructor and Description |
|---|
StringWhereOperand() |
StringWhereOperand(String value) |
| Modifier and Type | Method and Description |
|---|---|
Class<String> |
getTargetClass() |
String |
getTypeHint() |
String |
getValue() |
static StringWhereOperand |
instance(String value) |
void |
setValue(String value) |
public StringWhereOperand()
public StringWhereOperand(String value)
public static StringWhereOperand instance(String value)
public Class<String> getTargetClass()
getTargetClass in interface WhereOperand<String,String>public String getTypeHint()
getTypeHint in interface WhereOperand<String,String>public String getValue()
getValue in interface WhereOperand<String,String>public void setValue(String value)
Copyright © 2017. All rights reserved.