public interface CastObject extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
escapeSingleQuote(String value) |
String |
getCast() |
Type |
getType() |
boolean |
isUseCastFunction() |
void |
setField(SimpleAttribute attribute) |
void |
setStringValue(String value) |
void |
setType(Type type) |
void |
setUseCastFunction(boolean useCastFunction) |
void setType(Type type)
Type getType()
void setField(SimpleAttribute attribute)
void setStringValue(String value)
String getCast()
void setUseCastFunction(boolean useCastFunction)
boolean isUseCastFunction()
Copyright © 2020. All Rights Reserved.